Skip to content

Adds pydot and graphviz for plotting model layer graphs #53

Adds pydot and graphviz for plotting model layer graphs

Adds pydot and graphviz for plotting model layer graphs #53

Workflow file for this run

name: Create and publish images off TF-2.17.0
on:
push:
branches: main
paths-ignore:
- 'LICENSE'
- 'README.md'
- '.github/workflows/build-deploy-cuda.yml'
- '.github/workflows/build-deploy-keras2.yml'
- 'requirements.tf-2.15.0.txt'
release:
types: [published]
jobs:
build-and-push-pyimage:
permissions:
contents: read
packages: write
uses: ./.github/workflows/build-deploy-py.yml
with:
tf_version: 2.17.0
basedigest: "@sha256:69df640bd1cb69dd6bc30eeeaecffb58ed2cbfe91e62ed9ec0f5a46a0a01f6e8"
tag_latest: false
multiplatform: true
build-and-push-image-withR:
needs: build-and-push-pyimage
permissions:
contents: read
packages: write
uses: ./.github/workflows/build-deploy-withR.yml
with:
tf_version: 2.17.0
tag_latest: true
multiplatform: false