Skip to content

Commit

Permalink
[fix] This bumps the expected CUDA version for the workbench images
Browse files Browse the repository at this point in the history
With the introduction of the 2024b images, there is also a new CUDA
version available. As such, we now have 12.4 in the 2024b and 12.1 in
the 2024a images versions.

(cherry picked from commit 81df4f6)
  • Loading branch information
jstourac committed Dec 2, 2024
1 parent 2171492 commit ecb9f25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Test Tags JupyterHub

*** Variables ***
${NOTEBOOK_IMAGE} = minimal-gpu
${EXPECTED_CUDA_VERSION} = 12.1
${EXPECTED_CUDA_VERSION_N_1} = 11.8
${EXPECTED_CUDA_VERSION} = 12.4
${EXPECTED_CUDA_VERSION_N_1} = 12.1


*** Test Cases ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Test Tags JupyterHub

*** Variables ***
${NOTEBOOK_IMAGE} = pytorch
${EXPECTED_CUDA_VERSION} = 12.1
${EXPECTED_CUDA_VERSION_N_1} = 11.8
${EXPECTED_CUDA_VERSION} = 12.4
${EXPECTED_CUDA_VERSION_N_1} = 12.1


*** Test Cases ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Test Tags JupyterHub

*** Variables ***
${NOTEBOOK_IMAGE} = tensorflow
${EXPECTED_CUDA_VERSION} = 12.1
${EXPECTED_CUDA_VERSION_N_1} = 11.8
${EXPECTED_CUDA_VERSION} = 12.4
${EXPECTED_CUDA_VERSION_N_1} = 12.1


*** Test Cases ***
Expand Down

0 comments on commit ecb9f25

Please sign in to comment.