|
|
|
@ -3,6 +3,8 @@
|
|
|
|
choco install vcredist-all
|
|
|
|
choco install vcredist-all
|
|
|
|
:: Installing CUDA if it's not already installed
|
|
|
|
:: Installing CUDA if it's not already installed
|
|
|
|
choco install cuda
|
|
|
|
choco install cuda
|
|
|
|
|
|
|
|
:: Inatalling ffmpeg if it's not already installed
|
|
|
|
|
|
|
|
choco install ffmpeg
|
|
|
|
:: Installing Python if it's not already installed
|
|
|
|
:: Installing Python if it's not already installed
|
|
|
|
choco install python -y
|
|
|
|
choco install python -y
|
|
|
|
:: Assuming successful installation, we ensure pip is upgraded
|
|
|
|
:: Assuming successful installation, we ensure pip is upgraded
|
|
|
|
|