dongsheng's picture
Upload 4 files
2a5a31f verified
raw
history blame contribute delete
126 Bytes
FROM bigcodebench/bigcodebench-gradio:latest
COPY . /app
EXPOSE 7860
ENV GRADIO_SERVER_NAME="0.0.0.0"
CMD ["python", "app.py"]