Skip to content

Commit

Permalink
Revert to sulfurheron/nvidia-cuda:9.0-cudnn7-devel-ubuntu16.04-2018-0…
Browse files Browse the repository at this point in the history
…6-08
  • Loading branch information
epicfaace authored Aug 23, 2023
1 parent f4ff22e commit 6f26c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codalab/worker/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_nvidia_devices(self, use_docker=True):
docker.errors.ImageNotFound if the CUDA image cannot be pulled
docker.errors.APIError if another server error occurs
"""
cuda_image = 'nvidia/cuda:12.2.0-devel-ubuntu22.04'
cuda_image = 'sulfurheron/nvidia-cuda:9.0-cudnn7-devel-ubuntu16.04-2018-06-08'
nvidia_command = 'nvidia-smi --query-gpu=index,uuid --format=csv,noheader'
if use_docker:
self.client.images.pull(cuda_image)
Expand Down

0 comments on commit 6f26c50

Please sign in to comment.