FROM nvcr.io/nvidia/pytorch:21.04-py3 (#3030)

This commit is contained in:
Glenn Jocher 2021-05-05 00:16:35 +02:00 committed by GitHub
parent 8cab907f60
commit 4c7d686d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:21.03-py3
FROM nvcr.io/nvidia/pytorch:21.04-py3
# Install linux packages
RUN apt update && apt install -y zip htop screen libgl1-mesa-glx