You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docker/Dockerfile
+12-15
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,19 @@ FROM $BASE
3
3
4
4
ARG NPROCS=4
5
5
6
-
RUN if test ${NV_CUDA_LIB_VERSION}; then apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub; fi
6
+
RUN if test ${NV_CUDA_LIB_VERSION}; then apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub; fi
7
7
8
+
# lsb_release and add-apt-repository are required by llvm.sh
8
9
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
0 commit comments