Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Daniela-C
/
nyc_taxi_app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Daniela-C
commited on
19 days ago
Commit
735c3b7
·
verified
·
1 Parent(s):
1412a3f
Update bash
Browse files
Files changed (1)
hide
show
bash
+4
-0
bash
CHANGED
Viewed
@@ -3,4 +3,8 @@ git add .
3
git commit -m "Fix CMD for Streamlit"
4
git push
5
6
3
git commit -m "Fix CMD for Streamlit"
4
git push
5
6
+
docker build -t nyc-taxi-app .
7
+
docker run -p 7860:7860 nyc-taxi-app
8
+
9
+
10