From 8b3bd734cf9f26415005c85de270d6ffa8560e19 Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:35:09 +0530 Subject: [PATCH] Delete run_with_chocolatey.bat --- run_with_chocolatey.bat | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 run_with_chocolatey.bat diff --git a/run_with_chocolatey.bat b/run_with_chocolatey.bat deleted file mode 100644 index e62714f..0000000 --- a/run_with_chocolatey.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off - :: Installing Microsoft Visual C++ Runtime - all versions 1.0.1 if it's not already installed - choco install vcredist-all - :: Installing CUDA if it's not already installed - choco install cuda - :: Inatalling ffmpeg if it's not already installed - choco install ffmpeg - :: Installing Python if it's not already installed - choco install python -y - :: Assuming successful installation, we ensure pip is upgraded - python -m ensurepip --upgrade - :: Use pip to install the packages listed in 'requirements.txt' - pip install -r requirements.txt \ No newline at end of file