Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Volodymyr SAVCHENKO
osa-docker
Commits
5ae80f5b
Commit
5ae80f5b
authored
Sep 14, 2020
by
Carlo Ferrigno
Browse files
The symbolic links are necessary to run jemx_science_analysis
parent
5de00673
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
osa-docker.sh
osa-docker.sh
+4
-1
No files found.
osa-docker.sh
View file @
5ae80f5b
...
...
@@ -37,7 +37,7 @@ docker run \
-v
$REP_BASE_PROD
/aux:/data/aux:ro
\
-v
$CURRENT_IC
/ic:/data/ic:ro
\
-v
$CURRENT_IC
/idx:/data/idx:ro
\
--rm
-it
--user
$(
id
-u
)
\
--rm
-it
--user
$(
id
-u
)
--entrypoint
=
''
\
${
OSA_DOCKER_IMAGE
}
bash
-c
"
export HOME_OVERRRIDE=/home/integral
...
...
@@ -46,6 +46,9 @@ export HOME_OVERRRIDE=/home/integral
cd
\$
HOME
ln -s /data/ic
ln -s /data/idx
echo -e '
\\
e[31mrunning
\\
e[37m
$COMMAND
\\
e[0m'
$COMMAND
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment