Skip to content

Commit 2b11446

Browse files
author
Markus Perl
committed
Multiple packages updated
1 parent bb01ebf commit 2b11446

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cuda-ubuntu.dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ENV DEBIAN_FRONTEND=noninteractive
77
ENV NVIDIA_VISIBLE_DEVICES=all
88
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
99

10+
RUN rm -rf /opt/hostedtoolcache && cd /opt && find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
11+
RUN rm -rf /usr/share/dotnet && rm -rf /opt/ghc && rm -rf "/usr/local/share/boost" && rm -rf "$AGENT_TOOLSDIRECTORY"
12+
1013
# Update package lists
1114
RUN apt-get update
1215
# Install required packages
@@ -41,6 +44,7 @@ ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
4144

4245
# Cleanup Image
4346
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+
RUN rm -rf /usr/share/dotnet && rm -rf /opt/ghc && rm -rf "/usr/local/share/boost" && rm -rf "$AGENT_TOOLSDIRECTORY"
4448

4549

4650
# Copy libnpp

0 commit comments

Comments
 (0)