From 2694d35ecea6d79c3ad4445fe517825725af17a8 Mon Sep 17 00:00:00 2001 From: Benedikt Riedel Date: Tue, 17 Sep 2024 14:21:45 -0500 Subject: [PATCH] removing tensorflow right now --- .github/workflows/build_base.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build_base.yml b/.github/workflows/build_base.yml index 9ea40d7..dbd1152 100644 --- a/.github/workflows/build_base.yml +++ b/.github/workflows/build_base.yml @@ -170,18 +170,18 @@ jobs: tags: > icecube/icetray-base:devel-ubuntu22.04-pytorch${{env.PYTORCH_VERSION}}-cuda${{env.CUDA_VERSION}}-cudnn${{env.CUDNN_VERSION}}, icecube/icetray-base:devel-ubuntu22.04-pytorch${{env.PYTORCH_VERSION}}-cuda${{env.CUDA_VERSION}}-cudnn${{env.CUDNN_VERSION}}-${{ env.current_date }} - - - name: Build and push base devel 22 04 tensorflow - uses: docker/build-push-action@v3 - with: - push: true - file: icetray_base/Dockerfile_base-devel-22.04 - platforms: ${{ env.PLATFORMS }} - build-args: | - BASE_IMAGE=tensorflow/tensorflow:${{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 }} + # - + # name: Build and push base devel 22 04 tensorflow + # uses: docker/build-push-action@v3 + # with: + # push: true + # file: icetray_base/Dockerfile_base-devel-22.04 + # platforms: ${{ env.PLATFORMS }} + # build-args: | + # BASE_IMAGE=tensorflow/tensorflow:${{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 }} - name: Build and push base devel 24 04 CUDA uses: docker/build-push-action@v3