kardosdrur commited on
Commit
a7e0c7a
·
verified ·
1 Parent(s): 4f52154

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,8 +12,8 @@ USER user
12
 
13
  COPY --chown=user ./main.py /mteb/main.py
14
  COPY --chown=user ./requirements.txt /mteb/requirements.txt
15
- RUN pip install -r /mteb/requirements.txt
16
  COPY --chown=user ./download_data.py /mteb/download_data.py
 
17
 
18
  WORKDIR /mteb
19
 
 
12
 
13
  COPY --chown=user ./main.py /mteb/main.py
14
  COPY --chown=user ./requirements.txt /mteb/requirements.txt
 
15
  COPY --chown=user ./download_data.py /mteb/download_data.py
16
+ RUN cd /mteb/ && pip install -e ".[dev,leaderboard]"
17
 
18
  WORKDIR /mteb
19