Exclude dima submodule as a volumn in the docker env
This commit is contained in:
@ -9,7 +9,10 @@ services:
|
||||
ports:
|
||||
- "${JUPYTER_PORT:-8889}:8888"
|
||||
volumes:
|
||||
- ./:/idear
|
||||
- ./data:/idear/data
|
||||
- ./figures:/idear/figures
|
||||
- ./notebooks:/idear/notebooks
|
||||
- ./scripts:/idear/scripts
|
||||
- network_drive:/mnt/network_drive:rw
|
||||
command: >
|
||||
bash -c "
|
||||
|
Reference in New Issue
Block a user