Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aolko
/
describe-test
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aolko
commited on
Jul 1, 2024
Commit
afb333e
·
verified
·
1 Parent(s):
18b60d2
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+7
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Install torch and torchvision first
4
+
pip install -r requirements-torch.txt
5
+
6
+
# Install the rest of the dependencies
7
+
pip install -r requirements.txt