Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michaelmc1618
/
Hawkeye_AI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
michaelmc1618
commited on
Jun 22, 2024
Commit
3c3584c
·
verified
·
1 Parent(s):
e88ee14
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+7
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
# setup.sh
2
+
3
+
# Install torch first
4
+
pip install torch
5
+
6
+
# Install the remaining dependencies
7
+
pip install -r requirements.txt