Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
bump the version to v1.5_cuda-12.0_ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dmigo committed May 29, 2024
1 parent c6ac701 commit cead324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Docker Build
on:
push:
branches:
- v1.4_cuda-11.7_ubuntu-22.04
- v1.5_cuda-12.0_ubuntu-22.04

env:
IMAGE: deepset/gpu-jupyter
BASE_TAG: v1.4_cuda-11.7_ubuntu-22.04_slim
BASE_TAG: v1.5_cuda-12.0_ubuntu-22.04_slim
SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
DOCKER_HUB_PUSH_USER: ${{ secrets.DC_DOCKER_HUB_PUSH_USER }}
DOCKER_HUB_PUSH_TOKEN: ${{ secrets.DC_DOCKER_HUB_PUSH_TOKEN }}
Expand Down

0 comments on commit cead324

Please sign in to comment.