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