Skip to content

Commit ce96c0a

Browse files
committed
--fix-missing
1 parent 6217f3c commit ce96c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/base-cuda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV \
3434
MAKEFLAGS="-j2"
3535

3636
RUN \
37-
apt-get update && apt-get install -y wget && \
37+
apt-get update --fix-missing && apt-get install -y wget && \
3838
apt-get update -qq --fix-missing && \
3939
NCCL_VER=$(dpkg -s libnccl2 | grep '^Version:' | awk -F ' ' '{print $2}' | awk -F '-' '{print $1}' | grep -ve '^\s*$') && \
4040
CUDA_VERSION_MM=${CUDA_VERSION%.*} && \

0 commit comments

Comments
 (0)