Skip to content

Commit

Permalink
Updated to nvidia/cuda:11.7.1-base-ubuntu20.04 (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Jul 6, 2023
1 parent b260776 commit 4d7dc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do
-g|--gpu)
MACHINE=gpu
DOCKER_TAG="pytorch/torchserve:latest-gpu"
BASE_IMAGE="nvidia/cuda:11.7.0-base-ubuntu20.04"
BASE_IMAGE="nvidia/cuda:11.7.1-base-ubuntu20.04"
CUDA_VERSION="cu117"
shift
;;
Expand Down Expand Up @@ -85,7 +85,7 @@ do
BASE_IMAGE="nvidia/cuda:11.8.0-base-ubuntu20.04"
elif [ "${CUDA_VERSION}" == "cu117" ];
then
BASE_IMAGE="nvidia/cuda:11.7.0-base-ubuntu20.04"
BASE_IMAGE="nvidia/cuda:11.7.1-base-ubuntu20.04"
elif [ "${CUDA_VERSION}" == "cu116" ];
then
BASE_IMAGE="nvidia/cuda:11.6.0-cudnn8-runtime-ubuntu20.04"
Expand Down

0 comments on commit 4d7dc64

Please sign in to comment.