Skip to content

Commit

Permalink
getting tensorflow from the env
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 18, 2024
1 parent a53e638 commit 82e7020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82e7020

Please # to comment.