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
9ad065ee
Unverified
Commit
9ad065ee
authored
1 year ago
by
mweidling
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #9 from OCR-D/fix-oton-installation
fix: oton installation
parents
da1ef015
0c56b184
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
Dockerfile
+1
-3
1 addition, 3 deletions
Dockerfile
workflows/execute_workflows.sh
+1
-1
1 addition, 1 deletion
workflows/execute_workflows.sh
with
2 additions
and
4 deletions
Dockerfile
+
1
−
3
View file @
9ad065ee
FROM
ocrd/all:2023-0
2-07
FROM
ocrd/all:2023-0
3-26
WORKDIR
/app
WORKDIR
/app
...
@@ -20,8 +20,6 @@ RUN git submodule add https://github.com/MehmedGIT/OtoN_Converter submodules/oto
...
@@ -20,8 +20,6 @@ RUN git submodule add https://github.com/MehmedGIT/OtoN_Converter submodules/oto
RUN
git submodule update
--init
RUN
git submodule update
--init
RUN
cd
submodules/oton
&&
\
RUN
cd
submodules/oton
&&
\
sed
-i
's \\\\$HOME/venv37-ocrd/bin/activate g'
oton/config.toml
&&
\
sed
-i
"s
\$
projectDir/ocrd-workspace/
$WORKSPACE_DIR
/CURRENT/ g"
oton/config.toml
&&
\
pip
install
.
pip
install
.
RUN
pip3
install
-r
requirements.txt
RUN
pip3
install
-r
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
workflows/execute_workflows.sh
+
1
−
1
View file @
9ad065ee
...
@@ -147,7 +147,7 @@ run() {
...
@@ -147,7 +147,7 @@ run() {
# $2: $DIR_NAME
# $2: $DIR_NAME
# $3: $WS_DIR
# $3: $WS_DIR
adjust_workflow_settings
"
$1
"
"
$2
"
adjust_workflow_settings
"
$1
"
"
$2
"
nextflow run
"
$1
"
-with-weblog
http://127.0.0.1:8000/nextflow/
nextflow run
"
$1
"
-with-weblog
http://127.0.0.1:8000/nextflow/
--mets_path
"/app/workflows/workspaces/
$2
/data/*/mets.xml"
rename_and_move_nextflow_result
"
$1
"
"
$2
"
rename_and_move_nextflow_result
"
$1
"
"
$2
"
save_workspaces
"
$3
"
/data
"
$2
"
"
$1
"
save_workspaces
"
$3
"
/data
"
$2
"
"
$1
"
}
}
...
...
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