Skip to content

Commit

Permalink
triton-runner-base:0.0.4
Browse files Browse the repository at this point in the history
GitHub runner image based on Ubuntu 22.04 with oneAPI 2024.0.1 and
downgraded libigc1. The downgrade is required for #239.
  • Loading branch information
pbchekin committed Jan 17, 2024
1 parent 0a74d9e commit b97d6f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/dockerfiles/runner-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ RUN set -ex; \
clinfo \
intel-level-zero-gpu \
level-zero \
level-zero-dev \
level-zero-dev libigc-dev intel-igc-cm libigdfcl-dev libigfxcmrt-dev \
; \
apt install -y --no-install-recommends --allow-downgrades --fix-missing libigc1=1.0.14828.26-736~22.04; \
apt-get install -y --no-install-recommends --fix-missing \
build-essential \
zlib1g-dev \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-runner-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
REGISTRY: docker-registry.docker-registry.svc.cluster.local:5000
TAG: triton-runner-base:0.0.2
TAG: triton-runner-base:0.0.4

jobs:
build:
Expand Down

0 comments on commit b97d6f0

Please sign in to comment.