Skip to content

Commit

Permalink
Disable CUDA driver requirement. (#366)
Browse files Browse the repository at this point in the history
* Disable CUDA driver requirement.

* Move environment variable to base container.
  • Loading branch information
bdice authored Jul 23, 2024
1 parent 331dd88 commit 623a7bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion image/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
},
"remoteUser": "coder",
"containerUser": "root",
"containerEnv": { "LANG": "${localEnv:LANG:en_US.UTF-8}" },
"containerEnv": {
"LANG": "${localEnv:LANG:en_US.UTF-8}",
"NVIDIA_DISABLE_REQUIRE": "true"
},
"workspaceFolder": "/home/coder",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
Expand Down

0 comments on commit 623a7bf

Please sign in to comment.