We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d83516 commit f649354Copy full SHA for f649354
Dockerfile
@@ -43,7 +43,7 @@ RUN chmod +x /gromacs/bin/gmx
43
# "docker run --gpu 1" will bind /usr/lib/x86_64-linux-gnu/libcuda.so.1 found by
44
# x86_64-linux-gnu.conf, however for non-CUDA execution we'll put this
45
# as a fallback to avoid gmx warning messages about missing libcuda.so.1
46
-RUN echo /usr/local/cuda > /etc/ld.so.conf.d/zz-cuda-compat.conf && \
+RUN echo /usr/local/cuda/compat > /etc/ld.so.conf.d/zz-cuda-compat.conf && \
47
ldconfig
48
49
# Environment variables
0 commit comments