Skip to content

Commit a75ef51

Browse files
driazatipfk-beta
authored andcommitted
[ci][docker] Remove nvidia ml repository before updating (apache#10828)
`bash docker/build.sh ci_gpu` fails locally as well as in CI: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/273/pipeline/57 From [this post](https://forums.developer.nvidia.com/t/failed-to-fetch-https-developer-download-nvidia-com-compute-machine-learning-repos-ubuntu1804-x86-64-packages-gz/156287), so long as the build completes (meaning we don't use any images from this repo), it should be fine Co-authored-by: driazati <[email protected]>
1 parent 9e41331 commit a75ef51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.ci_gpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04
2121

2222
# Base scripts
23+
RUN rm /etc/apt/sources.list.d/nvidia-ml.list && apt-get clean
2324
RUN apt-get update --fix-missing
2425

2526
COPY install/ubuntu_install_core.sh /install/ubuntu_install_core.sh

0 commit comments

Comments
 (0)