File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ RUN cd /code/cuda-samples/Samples/1_Utilities/deviceQuery && make
25
25
# Move deviceQuery binary to path
26
26
RUN mv /code/cuda-samples/Samples/1_Utilities/deviceQuery/deviceQuery /usr/local/bin
27
27
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
-
32
28
WORKDIR /app
33
29
COPY ./build-ffmpeg /app/build-ffmpeg
34
30
@@ -40,6 +36,9 @@ ENV DEBIAN_FRONTEND=noninteractive
40
36
ENV NVIDIA_VISIBLE_DEVICES=all
41
37
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
42
38
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
+
43
42
# install va-driver
44
43
RUN apt-get update \
45
44
&& apt-get -y install libva-drm2 \
You can’t perform that action at this time.
0 commit comments