Skip to content

Commit

Permalink
Corrected notebook directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoyoussef committed Aug 19, 2019
1 parent a8e9275 commit fb30966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
environment:
- JUPYTER_TOKEN=${JUPYTER_PASSWORD}
command:
jupyter notebook --port=8888 --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=/home/science-repro
jupyter notebook --port=8888 --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=/home/${LOGIN_USER}/


# container for Mlflow
Expand Down

0 comments on commit fb30966

Please sign in to comment.