Skip to content
Snippets Groups Projects
Commit 45aa9544 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

moves to work/

parent ac654d5e
Branches 19-add-some-tests
No related tags found
No related merge requests found
notebooks work
...@@ -5,7 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ...@@ -5,7 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
docker run --rm \ docker run --rm \
--name ${PWD##*/} \ --name ${PWD##*/} \
--volume $PWD/notebooks:/home/jovyan/work \ --volume $PWD/work:/home/jovyan/work \
--publish 8888:8888 \ --publish 8888:8888 \
--env NB_UID=$UID \ --env NB_UID=$UID \
--env JUPYTER_ENABLE_LAB=yes \ --env JUPYTER_ENABLE_LAB=yes \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment