Skip to content

Commit 11a324c

Browse files
committed
Dockerfile cleanup
1 parent 5334ba1 commit 11a324c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_dev_env_in_container.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# docker build -t superannotate/pythonsdk-dev-env:latest -f Dockerfile_dev .
44
# docker pull superannotate/pythonsdk-dev-env:latest
55

6-
# docker run -it --rm -p 8888:8888 \
6+
# docker run -it -p 8888:8888 \
77
# -v ${HOME}/.superannotate:/root/.superannotate \
88
# -v $(pwd):/root/superannotate-python-sdk \
99
# superannotate/pythonsdk-dev-env \
1010
# bash -c "pip install -e superannotate-python-sdk && jupyter lab --allow-root --NotebookApp.token='' --NotebookApp.password='' --no-browser --ip 0.0.0.0"
1111

12-
docker run -it --rm -p 8888:8888 \
12+
docker run -it -p 8888:8888 \
1313
-v ${HOME}/.superannotate:/root/.superannotate \
1414
-v $(pwd):/root/superannotate-python-sdk \
1515
superannotate/pythonsdk-dev-env

0 commit comments

Comments
 (0)