Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aryadytm/paraphrase
rizam
/
rakeeb_paraphrase
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c628088
rakeeb_paraphrase
/
Dockerfile
rizam
Duplicate from aryadytm/paraphrase
3ed0c22
about 2 years ago
raw
Copy download link
history
blame
Safe
124 Bytes
FROM
python:
3.9
.
12
-buster
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
CMD
[
"streamlit"
,
"run"
,
"app.py"
]