Skip to content

Commit

Permalink
FROM nvcr.io/nvidia/pytorch:21.02-py3 (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Mar 2, 2021
1 parent fab5085 commit ab86cec
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.12-py3
FROM nvcr.io/nvidia/pytorch:21.02-py3

# Install linux packages
RUN apt update && apt install -y zip htop screen libgl1-mesa-glx
Expand Down

0 comments on commit ab86cec

Please sign in to comment.