Skip to content

Commit 75b9b92

Browse files
authored
Merge pull request #1813 from fri-K/master
Cannot initialize CUDA even if nvidia-smi detected
2 parents df0c585 + 36897fc commit 75b9b92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gpu.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ COPY --from=builder /code /code
3838
# Copy the Python libraries installed via pip from the builder
3939
COPY --from=builder /usr/local /usr/local
4040
#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
4142
RUN apt-get update -y \
4243
&& apt-get install -y ffmpeg libtbb2
4344
# Install shared libraries that we depend on via APT, but *not*

0 commit comments

Comments
 (0)