Skip to content

Commit e5a4bfe

Browse files
remove cuda keyring
1 parent 823a920 commit e5a4bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/torchml/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86
1414
&& apt-get update -qq \
1515
&& apt-get install --no-install-recommends -qqy cuda-toolkit-${CUDA_MAJOR_VER}-${CUDA_MINOR_VER} unzip \
1616
&& apt-get clean \
17-
&& rm -fr /var/lib/apt/lists/*
17+
&& rm -fr /var/lib/apt/lists/* cuda-keyring_1.0-1_all.deb
1818

1919
ARG PACKAGE_DIR=/pipeline/packages/
2020
RUN git clone -q --recurse-submodules https://github.com/rusty1s/pytorch_scatter -b master ${PACKAGE_DIR}/pytorch_scatter \

0 commit comments

Comments
 (0)