From c325b5ed4384ba7b0cc8db51502af25ed6fbf95d Mon Sep 17 00:00:00 2001 From: RainbowFunny826 <53068513+RainbowFunny826@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:56:13 +0800 Subject: [PATCH] Update install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复系统内没有make命令时运行报错 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8dadb26..3227bc8 100644 --- a/install.sh +++ b/install.sh @@ -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