File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ARG ARCH
28
28
ARG CUDA
29
29
30
30
RUN apt-get update \
31
- && apt-get -y install ca-certificates gnupg wget libgomp1 build-essential git pkg-config \
31
+ && apt-get -y install ca-certificates gnupg wget build-essential git pkg-config \
32
32
&& wget https://developer.download.nvidia.com/compute/cuda/repos/${DISTRO}/${ARCH}/cuda-keyring_1.1-1_all.deb \
33
33
&& dpkg -i cuda-keyring_1.1-1_all.deb \
34
34
&& rm cuda-keyring_1.1-1_all.deb \
@@ -57,7 +57,6 @@ COPY --from=build /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/s
57
57
58
58
FROM ${TARGET}
59
59
ENV LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs
60
- ENV PKG_CONFIG_PATH=/usr/lib/pkgconfig
61
60
ENV PATH=/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
62
61
ENV NVIDIA_ARCH="${ARCH}"
63
62
ENV NVIDIA_CUDA_VERSION="${CUDA}"
You can’t perform that action at this time.
0 commit comments