Skip to content

Commit

Permalink
FROM nvcr.io/nvidia/pytorch:20.09-py3
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Oct 11, 2020
1 parent 5bad741 commit 64d9058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 64d9058

Please sign in to comment.