Skip to content

Commit a25df36

Browse files
committed
fix(environment): Put the data/ directory into the container in a way that is accessible from the JupyterLab UI left rail.
Try using softlinks instead, the volumes are getting weird.
1 parent f583f0d commit a25df36

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

analysis/data

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../data/

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/analysis/data'
20+
- '../data:/home/jovyan/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)