We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fd0b7 commit 4d71248Copy full SHA for 4d71248
Dockerfile.tmpl
@@ -79,7 +79,7 @@ RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --
79
# Use a fixed apt-get repo to stop intermittent failures due to flaky httpredir connections,
80
# as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346
81
RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \
82
- apt-get update && \
+ apt-get update --allow-releaseinfo-change && \
83
# Needed by lightGBM (GPU build)
84
# https://lightgbm.readthedocs.io/en/latest/GPU-Tutorial.html#build-lightgbm
85
apt-get install -y build-essential unzip cmake libboost-dev libboost-system-dev libboost-filesystem-dev p7zip-full && \
0 commit comments