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

Commit

Permalink
Update tensorrt build to use ubuntu 20.04 base container.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephevans committed May 3, 2022
1 parent 34ba72d commit e0f5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
dockerfile: Dockerfile.build.ubuntu
target: gpu
args:
BASE_IMAGE: nvidia/cuda:11.1.1-cudnn8-devel-ubuntu18.04
BASE_IMAGE: nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04
cache_from:
- ${DOCKER_CACHE_REGISTRY}/build.ubuntu_tensorrt_cu111:latest
ubuntu_gpu_cu111:
Expand Down

0 comments on commit e0f5795

Please sign in to comment.