Samoed commited on
Commit
eee8fa1
·
verified ·
1 Parent(s): 1ded798

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN chown -R user:user /mteb
10
  USER user
11
  WORKDIR /mteb
12
 
 
13
  RUN pip install ".[leaderboard]"
14
  # ENV XDG_CACHE_HOME=/home/user/.cache
15
  EXPOSE 7860
 
10
  USER user
11
  WORKDIR /mteb
12
 
13
+ RUN pip install "pydantic<2.11"
14
  RUN pip install ".[leaderboard]"
15
  # ENV XDG_CACHE_HOME=/home/user/.cache
16
  EXPOSE 7860