terryyz's picture
Update Dockerfile
d89ff20 verified
raw
history blame
81 Bytes
FROM bigcodebench/bigcodebench-gradio:latest
COPY . /app
CMD ["python", "app.py"]