Skip to content

Commit

Permalink
Merge pull request #37 from sbip-sg/update-cuda-version-in-docker-con…
Browse files Browse the repository at this point in the history
…tainer

update cuda version in the dev docker container
  • Loading branch information
cassc authored Nov 22, 2024
2 parents d0e8c4e + 563574f commit 789b8e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 61 deletions.
58 changes: 0 additions & 58 deletions .devcontainer/Dockerfile.disabled

This file was deleted.

8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "CuEVM dev container",
"image": "augustus/goevmlab-cuevm:20241008",
"runArgs": ["--rm"],
"image": "augustus/goevmlab-cuevm:cuda-12.4.1-cudnn-devel-ubuntu22.04",
"runArgs": [
"--rm"
],
//"remoteEnv": {
// "ENV_VAR": "ENV_VAL"
//},
Expand All @@ -22,4 +24,4 @@
}
} //,
//"postStartCommand": ""
}
}

0 comments on commit 789b8e7

Please sign in to comment.