Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove pydanic restriction
Browse filesRemoved Pydantic restriction since the leaderboard has been updated to a new gradio version
- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -10,7 +10,6 @@ RUN chown -R user:user /mteb
|
|
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 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
|
10 |
USER user
|
11 |
WORKDIR /mteb
|
12 |
|
|
|
13 |
RUN pip install ".[leaderboard]"
|
14 |
# ENV XDG_CACHE_HOME=/home/user/.cache
|
15 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|