kardosdrur commited on
Commit
ad5d2ae
·
verified ·
1 Parent(s): a8f4b8c

Removed download on build, since the build instance might not have enough ram

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -16,7 +16,6 @@ RUN pip install -r /mteb/requirements.txt
16
  COPY --chown=user ./download_data.py /mteb/download_data.py
17
 
18
  WORKDIR /mteb
19
- RUN python3 download_data.py
20
 
21
  EXPOSE 7860
22
  CMD ["python3", "main.py"]
 
16
  COPY --chown=user ./download_data.py /mteb/download_data.py
17
 
18
  WORKDIR /mteb
 
19
 
20
  EXPOSE 7860
21
  CMD ["python3", "main.py"]