69418daf创建于 2025年2月6日历史提交
{
  "name": "dottxt-ai",
  "image": "mcr.microsoft.com/devcontainers/python:3.12",
  "runArgs": [
    "--device=nvidia.com/gpu=all"
  ],
  "hostRequirements": {
    "gpu": "optional"
  },
  "features": {
    "ghcr.io/devcontainers/features/conda:1": {},
    "ghcr.io/devcontainers/features/nvidia-cuda:1": {
      "installCudnn": true,
      "installToolkit": true,
      "cudaVersion": "12.4"
    },
    "ghcr.io/devcontainers/features/rust:1": {}
  }
}