Skip to content

Commit 83f71c2

Browse files
author
Markus Perl
committed
Multiple packages updated
1 parent 63e1889 commit 83f71c2

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
@@ -34,7 +34,7 @@ WORKDIR /app
3434
COPY ./build-ffmpeg /app/build-ffmpeg
3535

3636
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 \
37+
rm -rf /app/workspace/ffmpeg* /app/workspace/build /app/workspace/packages
3838

3939
FROM ubuntu:${UBUNTUVER} AS release
4040

0 commit comments

Comments
 (0)