diff --git a/build.sh b/build.sh index 308aacc..a8f800f 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,3 @@ conda create -n roop python=3.9 -y -conda activate roop -conda install cudatoolkit=11.8 nccl cudnn -pip install -r requirements.txt +conda run -n roop conda install cudatoolkit=11.8 nccl cudnn +conda run -n roop pip install -r requirements.txt