Skip to content

Commit

Permalink
Update run_with_chocolatey.bat
Browse files Browse the repository at this point in the history
added ffmpeg installation on chocolatey
  • Loading branch information
hacksider committed May 14, 2024
1 parent c0aae2e commit 973be05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_with_chocolatey.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
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
Expand Down

0 comments on commit 973be05

Please sign in to comment.