Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
boryasbora
/
chatbot_ohw_projects
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
boryasbora
commited on
Aug 29, 2024
Commit
c5a1b5c
·
verified
·
1 Parent(s):
70f297d
Create start
Browse files
Files changed (1)
hide
show
start
+9
-0
start
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
#!/bin/bash -l
2
+
3
+
# ==== ONLY EDIT WITHIN THIS BLOCK =====
4
+
5
+
python ${HOME}/setup.py
6
+
7
+
# ==== ONLY EDIT WITHIN THIS BLOCK =====
8
+
9
+
exec "$@"