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
ffd15414
"vscode:/vscode.git/clone" did not exist on "bdf60ca05f28fee3d3a899a8b7bbd3f706b5ab78"
Commit
ffd15414
authored
Jan 20, 2022
by
Karl Leswing
Browse files
Source the environment because it is reccomended that this is called via source
parent
beb2cc87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+2
-1
No files found.
scripts/install_third_party_dependencies.sh
View file @
ffd15414
#!/bin/bash
export
CONDA_INSTALL_URL
=
${
CONDA_INSTALL_URL
:-
"https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"
}
CONDA_INSTALL_URL
=
${
CONDA_INSTALL_URL
:-
"https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"
}
source
scripts/vars.sh
...
...
@@ -14,6 +14,7 @@ wget -P /tmp \
# Grab conda-only packages
export
PATH
=
lib/conda/bin:
$PATH
conda
env
create
--name
=
${
ENV_NAME
}
-f
environment.yml
source
activate
${
ENV_NAME
}
# Install DeepMind's OpenMM patch
OPENFOLD_DIR
=
$PWD
...
...
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