savtadepth / run_dev_env.sh
Dean
Initial commit for setting up DS environment
47cfa83
raw
history blame
No virus
243 Bytes
docker run --rm -p 8888:8888 \
--ipc=host \
--volume="$PWD:/workspace" \
savta_depth_dev jupyter lab \
--ip=0.0.0.0 \
--port=8888 \
--allow-root \
--no-browser \
--NotebookApp.token='' \
--NotebookApp.password=''