Skip to content

Commit

Permalink
Fixed LD_LIBRARY_PATH in RFAA dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jscgh committed Dec 10, 2024
1 parent 3db3aa0 commit 6f04a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL Author="[email protected]" \
ENV PYTHONPATH="/app/RoseTTAFold-All-Atom" \
PATH="/conda/bin:/app/RoseTTAFold-All-Atom:$PATH" \
DGLBACKEND="pytorch" \
LD_LIBRARY_PATH="/opt/miniforge/lib:/usr/local/cuda-12.6/lib64:$LD_LIBRARY_PATH"
LD_LIBRARY_PATH="/conda/lib:/usr/local/cuda-12.6/lib64:$LD_LIBRARY_PATH"

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y wget git && \
wget -q -P /tmp "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" && \
Expand Down

0 comments on commit 6f04a07

Please sign in to comment.