Skip to content

Commit 385a86f

Browse files
Use SRC_DIR instead of assuming .
1 parent 61316c0 commit 385a86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SRC_DIR=${SRC_DIR:-`pwd`}
55
NOTEBOOK_DIR=${NOTEBOOK_DIR:-$SRC_DIR/notebooks}
66
TOKEN=$(openssl rand -hex 24)
77

8-
docker build -t pymc3 -f $SRC_DIR/scripts/Dockerfile .
8+
docker build -t pymc3 -f $SRC_DIR/scripts/Dockerfile $SRC_DIR
99
docker run -d \
1010
-p $PORT:8888 \
1111
-v $SRC_DIR:/home/jovyan/pymc3 \

0 commit comments

Comments
 (0)