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: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- name: Check out the repo # refer to https://github.com/actions/checkout
uses: actions/checkout@v3 - uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Rename - name: Rename
shell: bash shell: bash
run: | run: |
ls -lh
mv -v ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile ./Dockerfile mv -v ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile ./Dockerfile
ls -lh ls -lh