Skip to content

Commit 63e1889

Browse files
author
Markus Perl
committed
Multiple packages updated
1 parent b6d6730 commit 63e1889

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cuda-ubuntu.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ ENV DEBIAN_FRONTEND=noninteractive
4242
ENV NVIDIA_VISIBLE_DEVICES=all
4343
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
4444

45-
# Cleanup Image
46-
RUN rm -rf /opt/hostedtoolcache && cd /opt && find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
47-
48-
4945
# Copy libnpp
5046
COPY --from=build /usr/local/cuda-12.9/targets/x86_64-linux/lib/libnppc.so /lib/x86_64-linux-gnu/libnppc.so.12
5147
COPY --from=build /usr/local/cuda-12.9/targets/x86_64-linux/lib/libnppig.so /lib/x86_64-linux-gnu/libnppig.so.12

0 commit comments

Comments
 (0)