Spaces:
Sleeping
Sleeping
File size: 140 Bytes
85e0481 |
1 2 3 4 5 6 7 8 |
FROM huggingface/transformers-pytorch-cpu
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
CMD ["streamlit", "run", "app.py"] |