Update Dockerfile.gpu

Fix issue DensifyPointCloud: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
pull/217/head
sean-kenops 2024-05-16 20:38:10 -10:00
rodzic baa619a9fd
commit 1b35d8b282
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ RUN apt-get install -y nodejs unzip p7zip-full && npm install -g nodemon && \
ln -s /code/SuperBuild/install/bin/entwine /usr/bin/entwine && \
ln -s /code/SuperBuild/install/bin/pdal /usr/bin/pdal
RUN echo /usr/local/cuda-11.2/compat >> /etc/ld.so.conf.d/989_cuda-11.conf && ldconfig
RUN mkdir /var/www