Skip to content

Commit 7ac1c9a

Browse files
author
Markus Perl
committed
Multiple packages updated
1 parent 46621fd commit 7ac1c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda-ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WORKDIR /app
3131
COPY ./build-ffmpeg /app/build-ffmpeg
3232

3333
RUN CUDA_COMPUTE_CAPABILITY=$(deviceQuery | grep Capability | head -n 1 | awk 'END {print $NF}' | tr -d '.') SKIPINSTALL=yes /app/build-ffmpeg --build --enable-gpl-and-non-free && \
34-
rm -rf /app/workspace/ffmpeg* /app/workspace/build /app/workspace/packages
34+
rm -rf /app/packages/* /app/workspace/doc/* /app/workspace/lib/* /app/workspace/share/* /app/workspace/include/*
3535

3636
FROM ubuntu:${UBUNTUVER} AS release
3737

0 commit comments

Comments
 (0)