Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update minor versions of nvidia cuda containers to use that have the …
Browse files Browse the repository at this point in the history
…latest keys pre-installed.
  • Loading branch information
josephevans committed May 3, 2022
1 parent 63092a8 commit 34ba72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
dockerfile: Dockerfile.build.centos7
target: base
args:
BASE_IMAGE: nvidia/cuda:11.0-cudnn8-devel-centos7
BASE_IMAGE: nvidia/cuda:11.0.3-cudnn8-devel-centos7
cache_from:
- ${DOCKER_CACHE_REGISTRY}/build.centos7_gpu_cu110:latest
centos7_gpu_cu112:
Expand Down Expand Up @@ -105,7 +105,7 @@ services:
dockerfile: Dockerfile.build.ubuntu
target: gpu
args:
BASE_IMAGE: nvidia/cuda:11.1-cudnn8-devel-ubuntu18.04
BASE_IMAGE: nvidia/cuda:11.1.1-cudnn8-devel-ubuntu18.04
cache_from:
- ${DOCKER_CACHE_REGISTRY}/build.ubuntu_tensorrt_cu111:latest
ubuntu_gpu_cu111:
Expand All @@ -115,7 +115,7 @@ services:
dockerfile: Dockerfile.build.ubuntu
target: gpu
args:
BASE_IMAGE: nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04
BASE_IMAGE: nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04
cache_from:
- ${DOCKER_CACHE_REGISTRY}/build.ubuntu_gpu_cu111:latest
###################################################################################################
Expand Down

0 comments on commit 34ba72d

Please sign in to comment.