Skip to content

Commit

Permalink
check for active conda environment (#4970) (#4971)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2022
1 parent ac093ac commit 5d5c0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ ! -z "${NVIDIA_PYTORCH_VERSION}" ]
then
echo 'Installing NeMo in NVIDIA PyTorch container:' ${NVIDIA_PYTORCH_VERSION} 'so will not install numba'
else
if [ -x "$(command -v conda)" ]
if [ -n "${CONDA_PREFIX}" ]
then
NUMBA_VERSION=0.55
echo 'Installing numba=='${NUMBA_VERSION}
Expand Down

0 comments on commit 5d5c0fb

Please sign in to comment.