Skip to content

Commit 5334ba1

Browse files
committed
Cleanup dev env container
1 parent 2bdf9aa commit 5334ba1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

run_dev_env_in_container.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +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 \
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+
612
docker run -it --rm -p 8888:8888 \
713
-v ${HOME}/.superannotate:/root/.superannotate \
8-
-v $(pwd):/root/superannotate-python-sdk superannotate/pythonsdk-dev-env \
9-
bash -c "pip install -e superannotate-python-sdk && jupyter lab --allow-root --NotebookApp.token='' --NotebookApp.password='' --no-browser --ip 0.0.0.0"
14+
-v $(pwd):/root/superannotate-python-sdk \
15+
superannotate/pythonsdk-dev-env

0 commit comments

Comments
 (0)