Skip to content

Commit f649354

Browse files
authored
Typo fix
1 parent 6d83516 commit f649354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN chmod +x /gromacs/bin/gmx
4343
# "docker run --gpu 1" will bind /usr/lib/x86_64-linux-gnu/libcuda.so.1 found by
4444
# x86_64-linux-gnu.conf, however for non-CUDA execution we'll put this
4545
# 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 && \
46+
RUN echo /usr/local/cuda/compat > /etc/ld.so.conf.d/zz-cuda-compat.conf && \
4747
ldconfig
4848

4949
# Environment variables

0 commit comments

Comments
 (0)