Skip to content

Commit

Permalink
correct format for cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 18, 2024
1 parent 3491872 commit 8e4e8a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ jobs:
file: icetray_base/Dockerfile_base-devel-22.04
platforms: ${{ env.PLATFORMS }}
build-args: |
BASE_IMAGE=pytorch/pytorch:${{env.PYTORCH_VERSION}}-cuda{{env.CUDA_VERSION}}-cudnn${{env.CUDNN_VERSION}}-devel
nvidia/cuda:${{env.CUDA_VERSION}}-cudnn${{env.CUDNN_VERSION}}-devel-ubuntu22.04
BASE_IMAGE=pytorch/pytorch:${{env.PYTORCH_VERSION}}-cuda${{env.CUDA_VERSION%.*}}-cudnn${{env.CUDNN_VERSION}}-devel
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 }}
Expand Down

0 comments on commit 8e4e8a4

Please sign in to comment.