From 2b0914a753658e30875cedec0330cf260e96c138 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Thu, 27 Jul 2023 18:06:48 +0800 Subject: [PATCH] small fixes --- .github/workflows/build-docker-image.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index cfd51af6a..a3d51dce6 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -19,12 +19,15 @@ jobs: matrix: os: [ubuntu-latest] steps: - - name: Check out the repo - uses: actions/checkout@v3 + # refer to https://github.com/actions/checkout + - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Rename shell: bash run: | + ls -lh mv -v ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile ./Dockerfile ls -lh