diff --git a/gpu.Dockerfile b/gpu.Dockerfile index dae7f189..e6e1c47b 100644 --- a/gpu.Dockerfile +++ b/gpu.Dockerfile @@ -38,6 +38,7 @@ COPY --from=builder /code /code # Copy the Python libraries installed via pip from the builder COPY --from=builder /usr/local /usr/local #COPY --from=builder /usr/lib/x86_64-linux-gnu/libavcodec.so.58 /usr/lib/x86_64-linux-gnu/libavcodec.so.58 +RUN dpkg --remove cuda-compat-11-2 RUN apt-get update -y \ && apt-get install -y ffmpeg libtbb2 # Install shared libraries that we depend on via APT, but *not*