FROM nvcr.io/nvidia/pytorch:20.09-py3

pull/1120/head
Glenn Jocher 2020-10-11 16:25:14 +02:00 committed by GitHub
parent d45e349a1e
commit 10c85bf4eb
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:20.08-py3
FROM nvcr.io/nvidia/pytorch:20.09-py3
# Install dependencies
RUN pip install --upgrade pip