Skip to content

Commit

Permalink
fix: add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFilipeCampos committed Sep 6, 2024
1 parent 754ba75 commit 20f31b9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .devcontainer/pre-build/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"image": "ubuntu:22.04",
// "build": {
// "dockerfile": "Dockerfile"
// },
// "runArgs": [
// "--gpus",
// "all"
// ],
"features": {
"ghcr.io/devcontainers/features/nvidia-cuda:1": {},
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": { "version": "nightly" },
"ghcr.io/itsmechlark/features/1password:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/node:1": { "version": "20.16"},
"ghcr.io/jungaretti/features/make:1": {},
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/python:1": { "version": "3.12"}

}
}

0 comments on commit 20f31b9

Please sign in to comment.