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 5334ba1 commit 11a324cCopy full SHA for 11a324c
run_dev_env_in_container.sh
@@ -3,13 +3,13 @@
3
# docker build -t superannotate/pythonsdk-dev-env:latest -f Dockerfile_dev .
4
# docker pull superannotate/pythonsdk-dev-env:latest
5
6
-# docker run -it --rm -p 8888:8888 \
+# docker run -it -p 8888:8888 \
7
# -v ${HOME}/.superannotate:/root/.superannotate \
8
# -v $(pwd):/root/superannotate-python-sdk \
9
# superannotate/pythonsdk-dev-env \
10
# bash -c "pip install -e superannotate-python-sdk && jupyter lab --allow-root --NotebookApp.token='' --NotebookApp.password='' --no-browser --ip 0.0.0.0"
11
12
-docker run -it --rm -p 8888:8888 \
+docker run -it -p 8888:8888 \
13
-v ${HOME}/.superannotate:/root/.superannotate \
14
-v $(pwd):/root/superannotate-python-sdk \
15
superannotate/pythonsdk-dev-env
0 commit comments