NoxBall1 / Dockerfile
Ensarioglu's picture
Update Dockerfile
4532aa2 verified
raw
history blame contribute delete
96 Bytes
FROM python:3.9
RUN pip install --no-cache-dir gradio requests
COPY . .
CMD ["python", "app.py"]