fix
parent
dfbf023de9
commit
f7bee825a3
|
@ -13,7 +13,7 @@ fi
|
||||||
|
|
||||||
env_name=$1
|
env_name=$1
|
||||||
|
|
||||||
conda create -n "$env_name" python scikit-learn==1.3.1 conda-forge::py-xgboost-gpu conda-forge::tensorflow-gpu conda-forge::optuna anaconda::keras-gpu pandas numpy matplotlib openpyxl xlsxwriter conda-forge::enlighten
|
conda create -n "$env_name" python scikit-learn==1.3.1 xgboost tensorflow-gpu conda-forge::optuna keras pandas numpy matplotlib openpyxl xlsxwriter conda-forge::enlighten
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Packages installed successfully in environment '$env_name'"
|
echo "Packages installed successfully in environment '$env_name'"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue