msantillancooper commited on
Commit
e6017d7
·
1 Parent(s): 80d6ec6
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@ FROM python:3.12-slim
2
  WORKDIR /app
3
  RUN pip install --no-cache-dir evalassist==0.1.9
4
  ENV USE_STORAGE="false"
5
- CMD ["eval-assist", "serve", "0.0.0.0"]
 
2
  WORKDIR /app
3
  RUN pip install --no-cache-dir evalassist==0.1.9
4
  ENV USE_STORAGE="false"
5
+ CMD ["eval-assist", "serve", "--host", "0.0.0.0"]