terryyz's picture
Update Dockerfile
385c874 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"]