Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,8 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 7 |
# Install uv
|
| 8 |
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
|
| 9 |
|
| 10 |
-
RUN git clone https://github.com/embeddings-benchmark/mteb.git
|
|
|
|
| 11 |
RUN chown -R user:user /mteb
|
| 12 |
|
| 13 |
USER user
|
|
|
|
| 7 |
# Install uv
|
| 8 |
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
|
| 9 |
|
| 10 |
+
RUN git clone https://github.com/embeddings-benchmark/mteb.git
|
| 11 |
+
RUN git checkout 33030877cfc69908844a21cc7e42e0a6ce1038ec
|
| 12 |
RUN chown -R user:user /mteb
|
| 13 |
|
| 14 |
USER user
|