devcontainer.json 410 B

123456789101112131415161718192021
  1. {
  2. "customizations": {
  3. "vscode": {
  4. "extensions": [
  5. "ms-python.python",
  6. "ms-toolsai.jupyter",
  7. "GitHub.copilot-labs",
  8. "GitHub.copilot-nightly",
  9. "ms-toolsai.jupyter-keymap",
  10. "ms-toolsai.jupyter-renderers",
  11. "ms-vscode.makefile-tools",
  12. "ms-python.vscode-pylance"
  13. ]
  14. }
  15. },
  16. "features": {
  17. "ghcr.io/devcontainers/features/nvidia-cuda:1": {
  18. "installCudnn": true
  19. }
  20. }
  21. }