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 227 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. docker run -d \
  2. -p 8080:8080 \
  3. --name "dags-ml-workspace" -v "${PWD}:/workspace" \
  4. --env AUTHENTICATE_VIA_JUPYTER="dagshub_savta" \
  5. --shm-size 2G \
  6. --restart always \
  7. dagshub/ml-workspace-minimal:latest
Tip!

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

Comments

Loading...