From 34a09e012fae1661edb6ab8f4ff1159194828381 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:55:05 -0700 Subject: [PATCH] Delete .github/workflows/build_GPU_Compute5.yml --- .github/workflows/build_GPU_Compute5.yml | 56 ------------------------ 1 file changed, 56 deletions(-) delete mode 100644 .github/workflows/build_GPU_Compute5.yml diff --git a/.github/workflows/build_GPU_Compute5.yml b/.github/workflows/build_GPU_Compute5.yml deleted file mode 100644 index c73089c..0000000 --- a/.github/workflows/build_GPU_Compute5.yml +++ /dev/null @@ -1,56 +0,0 @@ -name: Build_Subgen_Dockerfile_Compute5 - -on: - push: - paths: - - 'requirements.txt' - - 'Dockerfile.compute5.0' - workflow_dispatch: - -jobs: - docker: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - platform: - - linux/amd64 - - linux/arm64 - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Get version from subgen.py - id: get_version - run: | - version=$(grep -oP "subgen_version\s*=\s*'\K[^']+" subgen.py) - echo "version=$version" >> $GITHUB_ENV - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - uses: Jimver/cuda-toolkit@v0.2.21 - id: cuda-toolkit - with: - log-file-suffix: '${{matrix.os}}.txt' - - - name: Build and push CPU Docker image - uses: docker/build-push-action@v5 - with: - context: . - platforms: linux/amd64,linux/arm64 - file: ./Dockerfile.compute5.0 - push: true - tags: | - mccloud/subgen:compute5 - mccloud/subgen:${{ env.version }}-compute5