Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Apr 7, 2022
1 parent e35bb56 commit 23ec299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN chmod +x /gromacs/bin/gmx
# "docker run --gpu 1" will bind /usr/lib/x86_64-linux-gnu/libcuda.so.1 found by
# x86_64-linux-gnu.conf, however for non-CUDA execution we'll put this
# as a fallback to avoid gmx warning messages about missing libcuda.so.1
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 && \
ldconfig

# Environment variables
Expand Down

0 comments on commit 23ec299

Please sign in to comment.