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:
os: [ubuntu-latest]
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
- uses: actions/checkout@v2
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
RUN pip install --no-cache-dir \