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