Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GOGO198
/
GOGO_rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GOGO_rag
/
Dockerfile
GOGO198
Create Dockerfile
edd3bfa
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
FROM
python:
3.10
-slim
RUN
pip install transformers faiss-cpu torch
COPY
app.py .
CMD
[
"python"
,
"app.py"
]