"lib/engines/python/vscode:/vscode.git/clone" did not exist on "429698002fe12962be0b3b59f90a725a69018667"
Commit 5efba442 authored by jnwei's avatar jnwei
Browse files

Fix export statement

parent 3817d940
......@@ -22,7 +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}
RUN export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}
COPY openfold /opt/openfold/openfold
COPY scripts /opt/openfold/scripts
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment