Skip to content

Commit 84efce5

Browse files
authored
Updating base image (#327)
1 parent 1d4283c commit 84efce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/1.5-1/base/Dockerfile.cpu

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_VERSION=18.04
22
ARG CUDA_VERSION=10.2
3-
ARG IMAGE_DIGEST=218afa9c2002be9c4629406c07ae4daaf72a3d65eb3c5a5614d9d7110840a46e
3+
ARG IMAGE_DIGEST=ed4b2e8703ed3f94029ce0823c44fe57b2800108953cf81f97781d6a2a5535fc
44

55
FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu${UBUNTU_VERSION}@sha256:${IMAGE_DIGEST}
66

@@ -24,7 +24,6 @@ ENV PYTHONUNBUFFERED=1
2424
ENV PYTHONIOENCODING='utf-8'
2525

2626
RUN rm /etc/apt/sources.list.d/cuda.list && \
27-
rm /etc/apt/sources.list.d/nvidia-ml.list && \
2827
apt-key del 7fa2af80 && \
2928
apt-get update && apt-get install -y --no-install-recommends wget && \
3029
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb && \

0 commit comments

Comments
 (0)