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.
2 parents df0c585 + 36897fc commit 75b9b92Copy full SHA for 75b9b92
gpu.Dockerfile
@@ -38,6 +38,7 @@ COPY --from=builder /code /code
38
# Copy the Python libraries installed via pip from the builder
39
COPY --from=builder /usr/local /usr/local
40
#COPY --from=builder /usr/lib/x86_64-linux-gnu/libavcodec.so.58 /usr/lib/x86_64-linux-gnu/libavcodec.so.58
41
+RUN dpkg --remove cuda-compat-11-2
42
RUN apt-get update -y \
43
&& apt-get install -y ffmpeg libtbb2
44
# Install shared libraries that we depend on via APT, but *not*
0 commit comments