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

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. {
  2. "name": "example-get-started",
  3. "image": "mcr.microsoft.com/devcontainers/python:3.10",
  4. "extensions": ["Iterative.dvc", "ms-python.python", "redhat.vscode-yaml"],
  5. "features": {
  6. "ghcr.io/iterative/features/dvc:1": {}
  7. },
  8. "postCreateCommand": "pip3 install --user -r src/requirements.txt"
  9. }
Tip!

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

Comments

Loading...