docker_test / Dockerfile
dongsheng's picture
Update Dockerfile
0de7dbf verified
raw
history blame
126 Bytes
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"]