File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 22GID = 1000
33USERNAME = docker_dev # Set your username for the container
44
5- HOST_DATA_DIR = ~/data # folder on the host machine which you can attach to the container
65
76DOCKER_HOME_DIR = /home/${ USERNAME } # Home directory inside the container
87DOCKER_WORK_DIR = ${ DOCKER_HOME_DIR } /silvr # Path to the main codebase inside the docker container
9- DOCKER_DATA_DIR = ${ DOCKER_HOME_DIR } /data # folder inside the docker container of the attached folder HOST_DATA_DIR
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ services:
1717 network_mode : " host"
1818 tty : true
1919 volumes :
20- - ${HOST_DATA_DIR}:${DOCKER_DATA_DIR}
2120 - ../scripts:${DOCKER_WORK_DIR}/scripts
2221 - ../configs:${DOCKER_WORK_DIR}/configs
2322 - ../outputs:${DOCKER_WORK_DIR}/outputs
You can’t perform that action at this time.
0 commit comments