Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dragdev
/
telegrambot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Captain D. Ezio
commited on
Nov 15, 2024
Commit
fed22f7
·
1 Parent(s):
cf8a00a
remove run via makefile
Browse files
Files changed (1)
hide
show
Procfile
+1
-1
Procfile
CHANGED
Viewed
@@ -1 +1 @@
1
-
worker:
make
install &&
make
run
1
+
worker:
pip
install
--upgrade pip setuptools wheel
&&
pip
install -r requirements.txt && python3 -m Powers