Skip to content

Commit

Permalink
Merge pull request #1813 from fri-K/master
Browse files Browse the repository at this point in the history
Cannot initialize CUDA even if nvidia-smi detected
  • Loading branch information
pierotofy authored Jan 13, 2025
2 parents df0c585 + 36897fc commit 75b9b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 75b9b92

Please sign in to comment.