From 9db4ab197e0155491aa5dafe3787dcc434911531 Mon Sep 17 00:00:00 2001 From: Matthew Upson Date: Tue, 17 Jan 2023 16:43:20 +0100 Subject: [PATCH] pin sha --- .github/workflows/cml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cml.yaml b/.github/workflows/cml.yaml index 28fab84..62d5e43 100644 --- a/.github/workflows/cml.yaml +++ b/.github/workflows/cml.yaml @@ -44,7 +44,7 @@ jobs: runs-on: [self-hosted, cml-gpu] timeout-minutes: 1440 # One day container: - image: iterativeai/cml:0-dvc2-base1 + image: ghcr.io/iterative/cml@sha256:06e7154a0278ccab9e7c7f81234d7fcc8feacbb8d694a3c305a5f151948befd6 options: --gpus all steps: - uses: actions/checkout@v2