Skip to content

Commit 1b35d8b

Browse files
committed
Update Dockerfile.gpu
Fix issue DensifyPointCloud: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
1 parent baa619a commit 1b35d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.gpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get install -y nodejs unzip p7zip-full && npm install -g nodemon && \
1111
ln -s /code/SuperBuild/install/bin/entwine /usr/bin/entwine && \
1212
ln -s /code/SuperBuild/install/bin/pdal /usr/bin/pdal
1313

14+
RUN echo /usr/local/cuda-11.2/compat >> /etc/ld.so.conf.d/989_cuda-11.conf && ldconfig
1415

1516
RUN mkdir /var/www
1617

0 commit comments

Comments
 (0)