Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MilaNLProc
/
wordify
like
3
Build error
App
Files
Files
Community
c915bb5
wordify
/
Dockerfile
Pietro Lesci
bump up wordify version
d64b68d
almost 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