Skip to content

tf2_5-cuda11_3

tf2_5-cuda11_3 #762

Workflow file for this run

name: tf2_5-cuda11_3
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 17 * * *' # 1:00 am UTC+8:00
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/resuable_gpu_build.yml
with:
cuda_version: cu113
remote_runtime_docker: bladedisc:latest-runtime-tensorflow2.5.0
develop_base_image: nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04
runtime_base_image: tensorflow/tensorflow:2.5.0-gpu
extra_build_args: --build-arg DISC_HOST_TF_VERSION="tensorflow-gpu==2.5.0"
exec_command: bash ./scripts/ci/build_and_test.sh
tf_blade_command: bash ./scripts/ci/test_tensorflow_blade.sh cu113 2.5.0
deploy_command: bash ./scripts/ci/deploy_tensorflow_blade.sh
secrets:
ALIYUN_DOCKER_USERNAME: ${{ secrets.ALIYUN_DOCKER_USERNAME }}
ALIYUN_DOCKER_PASSWORD: ${{ secrets.ALIYUN_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}