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
4cd2aba7
Commit
4cd2aba7
authored
Feb 01, 2022
by
Sam DeLuca
Browse files
reverting accidental chance to third party dep install script
parent
7fe44553
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+1
-1
No files found.
scripts/install_third_party_dependencies.sh
View file @
4cd2aba7
...
@@ -13,7 +13,7 @@ wget -P /tmp \
...
@@ -13,7 +13,7 @@ wget -P /tmp \
# Grab conda-only packages
# Grab conda-only packages
export
PATH
=
lib/conda/bin:
$PATH
export
PATH
=
lib/conda/bin:
$PATH
conda
env
create
emv
--name
=
${
ENV_NAME
}
-f
environment.yml
conda
env
create
--name
=
${
ENV_NAME
}
-f
environment.yml
source
activate
${
ENV_NAME
}
source
activate
${
ENV_NAME
}
# Install DeepMind's OpenMM patch
# Install DeepMind's OpenMM patch
...
...
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