Skip to content

Commit 09d263b

Browse files
authored
FROM nvcr.io/nvidia/pytorch:21.10-py3 (#6671)
22.10 returns 'no space left on device' error message. Seems like a bug at docker. Raised issue in docker/hub-feedback#2209
1 parent bb054d5 commit 09d263b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# YOLOv5 🚀 by Ultralytics, GPL-3.0 license
22

33
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
4-
FROM nvcr.io/nvidia/pytorch:22.01-py3
4+
FROM nvcr.io/nvidia/pytorch:21.10-py3
55

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

0 commit comments

Comments
 (0)