Terry Zhuo
update docker
e1860d8
raw
history blame
126 Bytes
FROM bigcodebench/bigcodebench-gradio:latest
COPY . /app
EXPOSE 7860
ENV GRADIO_SERVER_NAME="0.0.0.0"
CMD ["python", "app.py"]