small fixes

This commit is contained in:
Fangjun Kuang 2023-10-22 20:40:19 +08:00
parent de38e6a547
commit 384b576953
2 changed files with 2 additions and 2 deletions

View File

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

View File

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