Skip to content

Commit 4ad80a4

Browse files
committed
fix comment
1 parent 5524d68 commit 4ad80a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/gpu_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func TestDocker_Nvidia(t *testing.T) {
7979
"--gpus=all",
8080
)
8181

82-
// Assert that we can run nvidia-smi in the inner container.
82+
// Assert that the libraries end up in the expected location in the inner container.
8383
out, err := execContainerCmd(ctx, t, ctID, "docker", "exec", "workspace_cvm", "ls", "-l", "/usr/lib/coder")
8484
require.NoError(t, err, "inner usr lib dir override failed")
8585
require.Regexp(t, `(?i)(libgl|nvidia|vulkan|cuda)`, out)

0 commit comments

Comments
 (0)