Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pietrolesci
/
wordify
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c915bb5
wordify
/
Dockerfile
Pietro Lesci
bump up wordify version
d64b68d
about 2 years ago
raw
Copy download link
history
blame
Safe
144 Bytes
FROM
python:
3.7
COPY
. /var/app/
WORKDIR
/var/app
RUN
pip install --upgrade pip
RUN
pip install -r requirements.txt
CMD
streamlit run ./app.py