We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46621fd commit 7ac1c9aCopy full SHA for 7ac1c9a
cuda-ubuntu.dockerfile
@@ -31,7 +31,7 @@ WORKDIR /app
31
COPY ./build-ffmpeg /app/build-ffmpeg
32
33
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
+ rm -rf /app/packages/* /app/workspace/doc/* /app/workspace/lib/* /app/workspace/share/* /app/workspace/include/*
35
36
FROM ubuntu:${UBUNTUVER} AS release
37
0 commit comments