Selaa lähdekoodia
FROM nvcr.io/nvidia/pytorch:21.03-py3
Issues with 21.04
modifyDataloader
Glenn Jocher
GitHub
3 vuotta sitten
vanhempi
commit
85b6fdda0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
Dockerfile
|
|
@@ -1,5 +1,5 @@ |
|
|
|
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch |
|
|
|
FROM nvcr.io/nvidia/pytorch:21.04-py3 |
|
|
|
FROM nvcr.io/nvidia/pytorch:21.03-py3 |
|
|
|
|
|
|
|
# Install linux packages |
|
|
|
RUN apt update && apt install -y zip htop screen libgl1-mesa-glx |