Update install.sh

修复系统内没有make命令时运行报错
This commit is contained in:
RainbowFunny826 2024-07-21 19:56:13 +08:00 committed by GitHub
parent 4f8e1660af
commit c325b5ed43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/bin/bash
conda install -c conda-forge gcc
conda install -c conda-forge gxx
conda install ffmpeg cmake
conda install ffmpeg cmake make
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -r requirements.txt