Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
5efba442
Commit
5efba442
authored
Oct 24, 2023
by
jnwei
Browse files
Fix export statement
parent
3817d940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
5efba442
...
@@ -22,7 +22,7 @@ COPY environment.yml /opt/openfold/environment.yml
...
@@ -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
# 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
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
openfold /opt/openfold/openfold
COPY
scripts /opt/openfold/scripts
COPY
scripts /opt/openfold/scripts
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment