File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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+
612docker 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
You can’t perform that action at this time.
0 commit comments