From 82e7020fb26b8b0ee6d2e0b5be969c7be3b439b2 Mon Sep 17 00:00:00 2001 From: Benedikt Riedel Date: Wed, 18 Sep 2024 10:13:44 -0500 Subject: [PATCH] getting tensorflow from the env --- .github/workflows/build_base.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_base.yml b/.github/workflows/build_base.yml index 0f7eb36..8560996 100644 --- a/.github/workflows/build_base.yml +++ b/.github/workflows/build_base.yml @@ -183,10 +183,10 @@ jobs: file: icetray_base/Dockerfile_base-devel-22.04 platforms: ${{ env.PLATFORMS }} build-args: | - BASE_IMAGE=tensorflow/tensorflow:${{TENSORFLOW_VERSION}}-gpu + BASE_IMAGE=tensorflow/tensorflow:${{env.TENSORFLOW_VERSION}}-gpu tags: > - icecube/icetray-base:devel-ubuntu22.04-tensorflow${{TENSORFLOW_VERSION}}, - icecube/icetray-base:devel-ubuntu22.04-tensorflow${{TENSORFLOW_VERSION}}-${{ env.current_date }} + icecube/icetray-base:devel-ubuntu22.04-tensorflow${{env.TENSORFLOW_VERSION}}, + icecube/icetray-base:devel-ubuntu22.04-tensorflow${{env.TENSORFLOW_VERSION}}-${{ env.current_date }} - name: Build and push base devel 24 04 CUDA uses: docker/build-push-action@v3