Skip to content

Commit

Permalink
Merge branch 'branch-24.08' into branch-24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 23, 2024
2 parents 6bed9a2 + 623a7bf commit 32f0ef8
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 32f0ef8

Please sign in to comment.