Skip to content

Commit

Permalink
Update Dockerfile to add conda path to $LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwei committed Oct 24, 2023
1 parent a5a86d4 commit 3817d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COPY environment.yml /opt/openfold/environment.yml

# installing into the base environment since the docker container wont do anything other than run openfold
RUN mamba env update -n base --file /opt/openfold/environment.yml && mamba clean --all
EXPORT LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}

COPY openfold /opt/openfold/openfold
COPY scripts /opt/openfold/scripts
Expand Down

0 comments on commit 3817d94

Please sign in to comment.