q275343119 commited on
Commit
1b44884
·
1 Parent(s): 6987595

mod - change repo

Browse files
Files changed (1) hide show
  1. 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 -b feat-use-rteb-results https://github.com/embedding-benchmark/mteb.git
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