Skip to content

Commit

Permalink
check for active conda environment (NVIDIA#4970) (NVIDIA#4971)
Browse files Browse the repository at this point in the history
Signed-off-by: Hainan Xu <hainanx@nvidia.com>
  • Loading branch information
github-actions[bot] authored and Hainan Xu committed Nov 29, 2022
1 parent acf7567 commit 2cd3ae7
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 2cd3ae7

Please sign in to comment.