Эх сурвалжийг харах

Default CUDA version to Dockerfile

Seungmin Kim 3 жил өмнө
parent
commit
0136fcd006

+ 0 - 2
.github/workflows/container-publish.yml

@@ -33,7 +33,6 @@ jobs:
       with:
         build-args: |
           UBUNTU_RELEASE=18.04
-          CUDA_VERSION=11.0.3
         context: .
         push: ${{ github.event_name != 'pull_request' }}
         tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:18.04
@@ -43,7 +42,6 @@ jobs:
       with:
         build-args: |
           UBUNTU_RELEASE=20.04
-          CUDA_VERSION=11.0.3
         context: .
         push: ${{ github.event_name != 'pull_request' }}
         tags: |