Skip to content

Commit

Permalink
move beir installtion to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Jan 13, 2024
1 parent 0e43691 commit 130ac37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COPY . /tmp/crossfit/
RUN cd /tmp/crossfit && \
python3 -m pip install .[pytorch-dev] && \
python3 -m pip install -r requirements/gpu.txt --no-cache-dir --extra-index-url https://pypi.nvidia.com && \
python3 -m pip install beir && \
rm -r /tmp/crossfit

ENV CF_HOME /root/.cf
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ bandit==1.7.0
pytest>=5
pytest-benchmark>=4.0.0
pytest-cov>=2
beir

0 comments on commit 130ac37

Please sign in to comment.