Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quiver-benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
OCR-D
quiver-benchmarks
Commits
18efd08a
Commit
18efd08a
authored
2 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
chore: docker-compose.yml UX
parent
e7b2fd31
No related branches found
No related tags found
1 merge request
!1
Merge GitHub's state
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
docker-compose.yml
+5
-3
5 additions, 3 deletions
docker-compose.yml
with
6 additions
and
4 deletions
README.md
+
1
−
1
View file @
18efd08a
...
...
@@ -59,7 +59,7 @@ You can then either rebuild the Docker image via `docker compose build` or mount
-
./workflows/ocrd_workflows:/app/workflows/ocrd_workflows
```
and spin up a new run with
`docker compose up`
.
in the
`volumes`
section
and spin up a new run with
`docker compose up`
.
### Removing OCR-D Workflows
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
5
−
3
View file @
18efd08a
...
...
@@ -7,6 +7,8 @@ services:
dockerfile
:
Dockerfile
working_dir
:
/app
volumes
:
-
./models:/usr/local/share/ocrd-resources/
-
./data:/app/data
-
./workflows:/app/workflows
\ No newline at end of file
-
./data:/app/data
# this will write the results to your host system
# mount your modules, custom workflows and data here
# - /path/to/models/on/host:/usr/local/share/ocrd-resources/
# - ./workflows/ocrd_workflows:/app/workflows/ocrd_workflows
# - TODO/custom/data
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment