File size: 126 Bytes
0de7dbf
d14aeda
30b1610
c657796
30b1610
1
2
3
4
5
FROM ghcr.io/nuprl/multipl-e-evaluation:v3.1
COPY . /app
EXPOSE 7860
ENV GRADIO_SERVER_NAME="0.0.0.0"
CMD ["python", "app.py"]