Skip to content

Commit 2edebf7

Browse files
author
Markus Perl
committed
Multiple packages updated
1 parent 9c4be65 commit 2edebf7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cuda-ubuntu.dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ RUN cd /code/cuda-samples/Samples/1_Utilities/deviceQuery && make
2525
# Move deviceQuery binary to path
2626
RUN mv /code/cuda-samples/Samples/1_Utilities/deviceQuery/deviceQuery /usr/local/bin
2727

28-
# Cleanup Image
29-
RUN cd /opt && find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
30-
31-
3228
WORKDIR /app
3329
COPY ./build-ffmpeg /app/build-ffmpeg
3430

@@ -40,6 +36,9 @@ ENV DEBIAN_FRONTEND=noninteractive
4036
ENV NVIDIA_VISIBLE_DEVICES=all
4137
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
4238

39+
# Cleanup Image
40+
RUN cd /opt && find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
41+
4342
# install va-driver
4443
RUN apt-get update \
4544
&& apt-get -y install libva-drm2 \

0 commit comments

Comments
 (0)