mirror of
https://github.com/norandom/log2ml.git
synced 2024-12-04 22:53:44 +00:00
Update install.sh
This commit is contained in:
parent
547931317c
commit
47693e1f89
2
dependencies/install.sh
vendored
2
dependencies/install.sh
vendored
@ -4,7 +4,7 @@ if [ -d "/content" ]; then
|
||||
echo "This appears to be a Google Colab environment."
|
||||
|
||||
echo "Installing dependencies"
|
||||
pip install -r "https://raw.githubusercontent.com/norandom/project_bookworm/main/requirements.gpu.txt"
|
||||
pip install -r "https://raw.githubusercontent.com/norandom/log2ml/main/dependencies/requirements.gpu.txt"
|
||||
|
||||
else
|
||||
echo "This does not appear to be a Google Colab environment."
|
||||
|
Loading…
Reference in New Issue
Block a user