mirror of
https://github.com/norandom/log2ml.git
synced 2026-09-21 10:09:29 +00:00
Create install.sh
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
else
|
||||||
|
echo "This does not appear to be a Google Colab environment."
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user