We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5524d68 commit 4ad80a4Copy full SHA for 4ad80a4
integration/gpu_test.go
@@ -79,7 +79,7 @@ func TestDocker_Nvidia(t *testing.T) {
79
"--gpus=all",
80
)
81
82
- // Assert that we can run nvidia-smi in the inner container.
+ // Assert that the libraries end up in the expected location in the inner container.
83
out, err := execContainerCmd(ctx, t, ctID, "docker", "exec", "workspace_cvm", "ls", "-l", "/usr/lib/coder")
84
require.NoError(t, err, "inner usr lib dir override failed")
85
require.Regexp(t, `(?i)(libgl|nvidia|vulkan|cuda)`, out)
0 commit comments