small fixes

This commit is contained in:
Fangjun Kuang 2023-07-28 13:41:34 +08:00
parent d6f3eb84f4
commit fe54545ec7

View File

@ -44,7 +44,7 @@ RUN apt-get update && \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb && \
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb && \
dpkg -i cuda-keyring_1.0-1_all.deb && \
rm -v cuda-keyring_1.0-1_all.deb && \
apt-get update && \