Skip to content

Commit f583f0d

Browse files
committed
fix(environment): Put the data/ directory into the container in a way that is accessible from the JupyterLab UI left rail.
1 parent f4e03d9 commit f583f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

environment/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ services:
1717
- '../analysis:/home/jovyan/analysis'
1818
# Link the data directory into the container so it can be made visible in
1919
# the JupyterLab UI
20-
- '../data:/home/jovyan/data'
20+
- '../data:/home/jovyan/analysis/data'
2121
# Make the server config file available in the correct place
2222
- '../environment/jupyter_server_config.py:/home/jovyan/.jupyter/jupyter_server_config.py'

0 commit comments

Comments
 (0)