Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

run_dev_env.sh 243 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. docker run --rm -p 8888:8888 \
  2. --ipc=host \
  3. --volume="$PWD:/workspace" \
  4. savta_depth_dev jupyter lab \
  5. --ip=0.0.0.0 \
  6. --port=8888 \
  7. --allow-root \
  8. --no-browser \
  9. --NotebookApp.token='' \
  10. --NotebookApp.password=''
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...