"examples/vscode:/vscode.git/clone" did not exist on "a3a079efc2ef1dcd83a4ba9dfa395e52506814ba"
Commit 81ebd4a8 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix NVIDIA loggier issue in install script

parent fb02f39a
...@@ -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}
......
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