small fixes

This commit is contained in:
Fangjun Kuang 2023-10-22 21:31:59 +08:00
parent 0e4927f40f
commit 7d16d403d0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime
FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel
ENV LC_ALL C.UTF-8

View File

@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-devel
ENV LC_ALL C.UTF-8