Skip to content

Commit

Permalink
Switch to ubuntu 24.04 image, install git
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Dec 13, 2024
1 parent 132f1d4 commit 3b3432f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: nvcr.io/nvidia/tritonserver:24.10-py3
image: ubuntu:24.04
volumes:
- ${{ github.workspace }}:/core

Expand All @@ -21,7 +21,8 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y --no-install-recommends clang-format-15 cmake libb64-dev rapidjson-dev libre2-dev
apt install -y --no-install-recommends clang-format-15 cmake libb64-dev rapidjson-dev libre2-dev git
rm -rf /var/lib/apt/lists/*
wget -O /tmp/boost.tar.gz https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz && (cd /tmp && tar xzf boost.tar.gz) && mv /tmp/boost_1_80_0/boost /usr/include/boost
pip install build pytest
Expand Down

0 comments on commit 3b3432f

Please sign in to comment.