Update aws_software_setup.sh
Browse files- aws_software_setup.sh +1 -1
aws_software_setup.sh
CHANGED
@@ -46,4 +46,4 @@ else
|
|
46 |
fi
|
47 |
|
48 |
echo "run in terminal:"
|
49 |
-
echo "source ~/.bashrc && python -m pip install unibox ipykernel jupyter s5cmdpy poetry uv && python -m ipykernel install --user --name=conda310"
|
|
|
46 |
fi
|
47 |
|
48 |
echo "run in terminal:"
|
49 |
+
echo "source ~/.bashrc && python -m pip install unibox ipykernel jupyter s5cmdpy poetry uv huggingface-hub && python -m ipykernel install --user --name=conda310"
|