Update the base image of the docker (#900)

This commit is contained in:
Ying Sheng
2024-08-02 21:54:57 -07:00
committed by GitHub
parent b906c01592
commit 001b0bdd08
2 changed files with 7 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ jobs:
matrix:
cuda_version: ['12.1.1', '12.4.1']
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Checkout repository
uses: actions/checkout@v3