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