Roman Solomatin commited on
Commit
1ded798
·
unverified ·
1 Parent(s): 3bdb713
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt update && apt install -y git make
4
  RUN useradd -m -u 1000 user
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
 
7
- RUN git clone https://github.com/embeddings-benchmark/mteb.git
8
  RUN chown -R user:user /mteb
9
 
10
  USER user
 
4
  RUN useradd -m -u 1000 user
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
 
7
+ RUN git clone -b supress_logging_warning https://github.com/embeddings-benchmark/mteb.git
8
  RUN chown -R user:user /mteb
9
 
10
  USER user