Browse Source

FROM nvcr.io/nvidia/pytorch:21.05-py3 (#3794)

modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
47543f97b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch # Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:21.06-py3
FROM nvcr.io/nvidia/pytorch:21.05-py3


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

Loading…
Cancel
Save