File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ RUN rm -fr /var/lib/apt/lists/* && \
56
56
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && \
57
57
wget https://apt.repos.intel.com/setup/intelproducts.list -O /etc/apt/sources.list.d/intelproducts.list && \
58
58
apt-get update -y && \
59
- apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
60
- RUN apt-get update && \
61
59
apt-get install -y --no-install-recommends \
62
60
automake \
63
61
bashtop \
@@ -162,7 +160,7 @@ RUN apt-get update && \
162
160
unzip \
163
161
v4l-utils \
164
162
vim \
165
- x264
163
+ x264 \
166
164
xvfb \
167
165
xz-utils \
168
166
yasm \
@@ -175,9 +173,9 @@ RUN apt-get update && \
175
173
find /usr/local/cuda-${CUDA}/lib64/ -type f -name 'lib*_static.a' -not -name 'libcudart_static.a' -delete
176
174
177
175
WORKDIR /tmp
178
- RUN curl -fsSL https://developer.download.nvidia.com/compute/redist/nccl/v2.8 /nccl_2.11.4-1+cuda11.4_x86_64.txz -O && \
179
- tar --no-same-owner --keep-old-files --lzma -xvf nccl_${NCCL}-1+cuda11.1_x86_64 .txz -C /usr/local/cuda/lib64/ --strip-components=2 --wildcards '*/lib/libnccl.so.*' && \
180
- tar --no-same-owner --keep-old-files --lzma -xvf nccl_${NCCL}-1+cuda11.1_x86_64 .txz -C /usr/lib/pkgconfig/ --strip-components=3 --wildcards '*/lib/pkgconfig/*' && \
176
+ RUN curl -fsSL https://developer.download.nvidia.com/compute/redist/nccl/v2.11 /nccl_2.11.4-1+cuda11.4_x86_64.txz -O && \
177
+ tar --no-same-owner --keep-old-files --lzma -xvf nccl_${NCCL}-1+cuda11.4_x86_64 .txz -C /usr/local/cuda/lib64/ --strip-components=2 --wildcards '*/lib/libnccl.so.*' && \
178
+ tar --no-same-owner --keep-old-files --lzma -xvf nccl_${NCCL}-1+cuda11.4_x86_64 .txz -C /usr/lib/pkgconfig/ --strip-components=3 --wildcards '*/lib/pkgconfig/*' && \
181
179
rm nccl_${NCCL}-1+cuda11.4_x86_64.txz && \
182
180
ldconfig
183
181
You can’t perform that action at this time.
0 commit comments