Skip to content

Commit

Permalink
More dependencies fix (kokkos#2222)
Browse files Browse the repository at this point in the history
* workflows: fix sha for label checker docker image

* workflows: fixing Docker files dependencies.
  • Loading branch information
lucbv authored May 30, 2024
1 parent 8dfcc19 commit 8abbc41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check-pr-labels:
runs-on: [ubuntu-latest]
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
- uses: docker://agilepathway/pull-request-label-checker@sha256:ee57b0e1aedab22063ce6467a6e6358e254a9204693ca20d8a16b2d891db8d5f # v1.6.32
with:
none_of: 'AT: WIP'
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions scripts/docker/Dockerfile.hip
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG BASE=rocm/dev-ubuntu-20.04@sha256:f345894ae2d64c0d4676070301b0368599c504462bcb5934aa40f65357078c85 # 5.2
FROM $BASE
FROM rocm/dev-ubuntu-20.04@sha256:f345894ae2d64c0d4676070301b0368599c504462bcb5934aa40f65357078c85 AS BASE # rocm/dev-ubuntu-20.04:5.2

RUN apt-get update && apt-get install -y \
git \
Expand Down
3 changes: 1 addition & 2 deletions scripts/docker/Dockerfile.sycl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG BASE=nvidia/cuda@sha256:38e59267704b5d91ef63c7d8f613359c629fab0aead1283d59ca7821029e73bc # 11.7.1-devel-ubuntu22.04
FROM $BASE
FROM nvidia/cuda@sha256:38e59267704b5d91ef63c7d8f613359c629fab0aead1283d59ca7821029e73bc AS BASE # nvidia/cuda:11.7.1-devel-ubuntu22.04

RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub

Expand Down

0 comments on commit 8abbc41

Please sign in to comment.