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 63e1889 commit 83f71c2Copy full SHA for 83f71c2
cuda-ubuntu.dockerfile
@@ -34,7 +34,7 @@ WORKDIR /app
34
COPY ./build-ffmpeg /app/build-ffmpeg
35
36
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 && \
37
- rm -rf /app/workspace/ffmpeg* /app/workspace/build /app/workspace/packages \
+ rm -rf /app/workspace/ffmpeg* /app/workspace/build /app/workspace/packages
38
39
FROM ubuntu:${UBUNTUVER} AS release
40
0 commit comments