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
81ebd4a8
"examples/vscode:/vscode.git/clone" did not exist on "a3a079efc2ef1dcd83a4ba9dfa395e52506814ba"
Commit
81ebd4a8
authored
Feb 01, 2022
by
Gustaf Ahdritz
Browse files
Fix NVIDIA loggier issue in install script
parent
fb02f39a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+1
-0
No files found.
scripts/install_third_party_dependencies.sh
View file @
81ebd4a8
...
@@ -13,6 +13,7 @@ wget -P /tmp \
...
@@ -13,6 +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
lib/conda/bin/python3
-m
pip
install
nvidia-pyindex
conda
env
create
--name
=
${
ENV_NAME
}
-f
environment.yml
conda
env
create
--name
=
${
ENV_NAME
}
-f
environment.yml
source
activate
${
ENV_NAME
}
source
activate
${
ENV_NAME
}
...
...
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