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 418 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
14
15
  1. {
  2. "name": "magnetic-tiles-defect",
  3. "image": "mcr.microsoft.com/devcontainers/python:3.10",
  4. "features": {
  5. "ghcr.io/devcontainers/features/nvidia-cuda:1": {
  6. "installCudnn": true
  7. }
  8. },
  9. "extensions": [
  10. "Iterative.dvc",
  11. "ms-python.python",
  12. "redhat.vscode-yaml"
  13. ],
  14. "postCreateCommand": "pip install --user -r requirements.txt; python -m dvc pull; bash .devcontainer/nvtop_install.sh"
  15. }
Tip!

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

Comments

Loading...