terryyz's picture
Update Dockerfile
e4d0063 verified
raw
history blame
158 Bytes
FROM --platform=linux/amd64 bigcodebench/bigcodebench-gradio:latest as build
COPY . /app
EXPOSE 7860
ENV GRADIO_SERVER_NAME="0.0.0.0"
CMD ["python", "app.py"]