File size: 211 Bytes
30b1610
 
 
 
 
 
d14aeda
30b1610
 
 
 
1
2
3
4
5
6
7
8
9
10
11
FROM ghcr.io/nuprl/multipl-e-evaluation@sha256:11864ca95774df16c34b4cd1eac231f9e5466c7ea38dac98e5b5b053e18479de

WORKDIR /app

ENV GRADIO_SERVER_NAME="0.0.0.0"

COPY . /app

EXPOSE 7860

CMD ["python", "app.py"]