We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d6730 commit 63e1889Copy full SHA for 63e1889
cuda-ubuntu.dockerfile
@@ -42,10 +42,6 @@ ENV DEBIAN_FRONTEND=noninteractive
42
ENV NVIDIA_VISIBLE_DEVICES=all
43
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
44
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
49
# Copy libnpp
50
COPY --from=build /usr/local/cuda-12.9/targets/x86_64-linux/lib/libnppc.so /lib/x86_64-linux-gnu/libnppc.so.12
51
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