JackSparrow89 commited on
Commit
7eb0a48
·
verified ·
1 Parent(s): 64ac601

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ RUN pip install --upgrade pip && \
16
  COPY . .
17
 
18
  RUN mkdir -p /app/data /app/results
 
19
 
20
  EXPOSE 7860
21
 
 
16
  COPY . .
17
 
18
  RUN mkdir -p /app/data /app/results
19
+ RUN python download_beir_datasets.py
20
 
21
  EXPOSE 7860
22