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

.devcontainer.json 521 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. {
  2. "name": "nbdev_template-codespaces",
  3. "dockerComposeFile": "docker-compose.yml",
  4. "service": "watcher",
  5. "settings": {"terminal.integrated.shell.linux": "/bin/bash"},
  6. "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
  7. "forwardPorts": [4000, 8080],
  8. "appPort": [4000, 8080],
  9. "extensions": ["ms-python.python",
  10. "ms-azuretools.vscode-docker"],
  11. "runServices": ["notebook", "jekyll", "watcher"],
  12. "postStartCommand": "pip install -e ."
  13. }
Tip!

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

Comments

Loading...