SmileXing commited on
Commit
75500c9
·
verified ·
1 Parent(s): 7edebdb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -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-event-logger https://github.com/embedding-benchmark/mteb.git
9
 
10
  RUN chown -R user:user /mteb
11
 
@@ -18,5 +18,6 @@ RUN pip install ".[leaderboard]"
18
  # ENV XDG_CACHE_HOME=/home/user/.cache
19
  ENV GRADIO_SERVER_NAME="0.0.0.0"
20
  EXPOSE 7860
 
21
 
22
  CMD ["python", "-m", "mteb.leaderboard.app", "--show_rteb"]
 
5
  RUN useradd -m -u 1000 user
6
  ENV PATH="/home/user/.local/bin:$PATH"
7
 
8
+ RUN git clone -b feat-event-logger-draft https://github.com/embedding-benchmark/mteb.git
9
 
10
  RUN chown -R user:user /mteb
11
 
 
18
  # ENV XDG_CACHE_HOME=/home/user/.cache
19
  ENV GRADIO_SERVER_NAME="0.0.0.0"
20
  EXPOSE 7860
21
+ ENV LOGURU_LEVEL="DEBUG"
22
 
23
  CMD ["python", "-m", "mteb.leaderboard.app", "--show_rteb"]