We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd137e commit 9ede5eaCopy full SHA for 9ede5ea
src/universal/.devcontainer/local-features/machine-learning-packages/install.sh
@@ -44,7 +44,7 @@ if [[ "$(python --version)" != "" ]] && [[ "$(pip --version)" != "" ]]; then
44
install_python_package "matplotlib"
45
install_python_package "seaborn"
46
install_python_package "scikit-learn"
47
- install_python_package "torch" "-f https://download.pytorch.org/whl/cpu/torch_stable.html"
+ install_python_package "torch==2.3.1" "-f https://download.pytorch.org/whl/cpu/torch_stable.html"
48
install_python_package "requests"
49
install_python_package "plotly"
50
else
0 commit comments