File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ RUN pip uninstall -y horovod && \
54
54
# Use a fixed apt-get repo to stop intermittent failures due to flaky httpredir connections,
55
55
# as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346
56
56
RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \
57
+ # b/230864778: Temporarily swap the NVIDIA GPG key. Remove once new base image with new GPG key is released.
58
+ rm /etc/apt/sources.list.d/cuda.list && \
59
+ apt-key del 7fa2af80 && \
60
+ apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub && \
57
61
apt-get update && \
58
62
# Needed by lightGBM (GPU build)
59
63
# https://lightgbm.readthedocs.io/en/latest/GPU-Tutorial.html#build-lightgbm
You can’t perform that action at this time.
0 commit comments