Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
4cc70d3e
Commit
4cc70d3e
authored
Jul 01, 2021
by
Martino Bertoni
🌋
Browse files
added 0.0.0.0 ip for jupyter nb, so it be accessible on cluster nodes as well
parent
191973e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup/run_chemicalchecker.sh
View file @
4cc70d3e
...
...
@@ -114,5 +114,5 @@ else
exit
4
;
fi
fi
SINGULARITYENV_PYTHONPATH
=
$PATH_CCREPO
SINGULARITYENV_CC_CONFIG
=
$PATH_CCCONFIG
singularity
exec
--cleanenv
-B
$JUPYTER_DIR
:/run/user
$LOCAL_IMAGE
jupyter lab
;
SINGULARITYENV_PYTHONPATH
=
$PATH_CCREPO
SINGULARITYENV_CC_CONFIG
=
$PATH_CCCONFIG
singularity
exec
--cleanenv
-B
$JUPYTER_DIR
:/run/user
$LOCAL_IMAGE
jupyter lab
--ip
=
0.0.0.0
;
fi
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