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