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 6217f3c commit ce96c0aCopy full SHA for ce96c0a
dockers/base-cuda/Dockerfile
@@ -34,7 +34,7 @@ ENV \
34
MAKEFLAGS="-j2"
35
36
RUN \
37
- apt-get update && apt-get install -y wget && \
+ apt-get update --fix-missing && apt-get install -y wget && \
38
apt-get update -qq --fix-missing && \
39
NCCL_VER=$(dpkg -s libnccl2 | grep '^Version:' | awk -F ' ' '{print $2}' | awk -F '-' '{print $1}' | grep -ve '^\s*$') && \
40
CUDA_VERSION_MM=${CUDA_VERSION%.*} && \
0 commit comments