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
2525# Move deviceQuery binary to path
2626RUN 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-
3228WORKDIR /app
3329COPY ./build-ffmpeg /app/build-ffmpeg
3430
@@ -40,6 +36,9 @@ ENV DEBIAN_FRONTEND=noninteractive
4036ENV NVIDIA_VISIBLE_DEVICES=all
4137ENV 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
4443RUN apt-get update \
4544 && apt-get -y install libva-drm2 \
You can’t perform that action at this time.
0 commit comments