Skip to content

Commit

Permalink
omg (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobergum committed Apr 2, 2024
1 parent 6f3ca4b commit f674c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ jobs:
export WORK_DIR=$SD_DIND_SHARE_PATH
export RESOURCES_DIR=$(pwd)/vespa/resources
- install-python: |
dnf install -y which git-all python38-pip gcc python38-devel gcc-c++ # gcc required for pytrec_eval
dnf install -y which git-all python38-pip gcc python38-devel gcc-toolset-9-gcc gcc-toolset-9-gcc-c++# gcc9 required for colbert
source /opt/rh/gcc-toolset-9/enable # enable gcc9 for colbert
python3 -m pip install --upgrade pip
python3 -m pip install -e .[dev]
python3 -m pip install -r docs/sphinx/source/requirements.txt
Expand Down

0 comments on commit f674c1b

Please sign in to comment.