kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge pull request #1813 from fri-K/master
Cannot initialize CUDA even if nvidia-smi detectedpull/1824/head
commit
75b9b92bbc
|
@ -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*
|
||||
|
|
Ładowanie…
Reference in New Issue