We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61316c0 commit 385a86fCopy full SHA for 385a86f
scripts/start_container.sh
@@ -5,7 +5,7 @@ SRC_DIR=${SRC_DIR:-`pwd`}
5
NOTEBOOK_DIR=${NOTEBOOK_DIR:-$SRC_DIR/notebooks}
6
TOKEN=$(openssl rand -hex 24)
7
8
-docker build -t pymc3 -f $SRC_DIR/scripts/Dockerfile .
+docker build -t pymc3 -f $SRC_DIR/scripts/Dockerfile $SRC_DIR
9
docker run -d \
10
-p $PORT:8888 \
11
-v $SRC_DIR:/home/jovyan/pymc3 \
0 commit comments