small fixes

This commit is contained in:
Fangjun Kuang 2023-07-27 18:06:48 +08:00
parent 606943b6be
commit 2b0914a753

View File

@ -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