Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gajendra5490
/
fastapi-servicemediola
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gajendra5490
commited on
Feb 28, 2025
Commit
1b7372c
·
verified
·
1 Parent(s):
36493f8
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
pip install --upgrade pip
3
+
pip install -r requirements.txt
4
+
pip install python-multipart