Skip to content

Commit 72202a9

Browse files
authored
Merge pull request #217 from sean-kenops/master
Update Dockerfile.gpu
2 parents baa619a + 1b35d8b commit 72202a9

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)