We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa619a + 1b35d8b commit 72202a9Copy full SHA for 72202a9
Dockerfile.gpu
@@ -11,6 +11,7 @@ RUN apt-get install -y nodejs unzip p7zip-full && npm install -g nodemon && \
11
ln -s /code/SuperBuild/install/bin/entwine /usr/bin/entwine && \
12
ln -s /code/SuperBuild/install/bin/pdal /usr/bin/pdal
13
14
+RUN echo /usr/local/cuda-11.2/compat >> /etc/ld.so.conf.d/989_cuda-11.conf && ldconfig
15
16
RUN mkdir /var/www
17
0 commit comments