Skip to content

Commit 0327d4d

Browse files
Merge pull request #3109 from AustinRochford/share-local-repo-with-docker
Share local copy of pymc3 repo with Docker container
2 parents 973f25d + 7259da4 commit 0327d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/start_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ docker build \
1515

1616
docker run -d \
1717
-p $PORT:8888 \
18+
-v $SRC_DIR:/home/jovyan/ \
1819
-v $NOTEBOOK_DIR:/home/jovyan/work/ \
1920
--name pymc3 pymc3 \
2021
start-notebook.sh --NotebookApp.token=${TOKEN}

0 commit comments

Comments
 (0)