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 \
# Grab conda-only packages
export PATH=lib/conda/bin:$PATH
lib/conda/bin/python3 -m pip install nvidia-pyindex
conda env create --name=${ENV_NAME} -f environment.yml
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