Skip to content

Commit

Permalink
removing tensorflow right now
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 17, 2024
1 parent a2fdcf4 commit 2694d35
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2694d35

Please sign in to comment.