Spaces:
Running
Running
Commit
·
1b44884
1
Parent(s):
6987595
mod - change repo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN apt update && apt install -y git make nginx
|
|
5 |
RUN useradd -m -u 1000 user
|
6 |
ENV PATH="/home/user/.local/bin:$PATH"
|
7 |
|
8 |
-
RUN git clone
|
9 |
|
10 |
RUN chown -R user:user /mteb
|
11 |
|
|
|
5 |
RUN useradd -m -u 1000 user
|
6 |
ENV PATH="/home/user/.local/bin:$PATH"
|
7 |
|
8 |
+
RUN git clone https://github.com/embeddings-benchmark/mteb.git
|
9 |
|
10 |
RUN chown -R user:user /mteb
|
11 |
|