small fixes

This commit is contained in:
Fangjun Kuang 2023-07-27 18:24:33 +08:00
parent 3432308c51
commit 19f9a8a3fc
2 changed files with 1 additions and 8 deletions

View File

@ -21,13 +21,6 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
# refer to https://github.com/actions/checkout # refer to https://github.com/actions/checkout
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:

View File

@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-devel FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
# Install dependencies # Install dependencies
RUN pip install --no-cache-dir \ RUN pip install --no-cache-dir \