kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Update Dockerfile.gpu
Fix issue DensifyPointCloud: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directorypull/217/head
rodzic
baa619a9fd
commit
1b35d8b282
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue