File size: 126 Bytes
777def4 |
1 2 3 4 5 |
FROM bigcodebench/bigcodebench-gradio:latest
COPY . /app
EXPOSE 7860
ENV GRADIO_SERVER_NAME="0.0.0.0"
CMD ["python", "app.py"] |
777def4 |
1 2 3 4 5 |
FROM bigcodebench/bigcodebench-gradio:latest
COPY . /app
EXPOSE 7860
ENV GRADIO_SERVER_NAME="0.0.0.0"
CMD ["python", "app.py"] |