Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peterpeter8585
/
syai4.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
peterpeter8585
commited on
Mar 2
Commit
252062b
·
verified
·
1 Parent(s):
5e3aa34
Rename DokerFile to Dokerfile
Browse files
Files changed (2)
hide
show
DokerFile
+0
-0
Dokerfile
+5
-0
DokerFile
DELETED
Viewed
File without changes
Dokerfile
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
WORKDIR /app
2
+
RUN pip install --nk-cache-dir -r requirements.txt
3
+
RUN chmod +x /app/app.py
4
+
EXPOSE 8000
5
+
CMD ["chainlit", "run","app.py"]