Unverified 提交 09d263b3 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

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 https://github.com/docker/hub-feedback/issues/2209
上级 bb054d5f
# YOLOv5 🚀 by Ultralytics, GPL-3.0 license # YOLOv5 🚀 by Ultralytics, GPL-3.0 license
# 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:22.01-py3 FROM nvcr.io/nvidia/pytorch:21.10-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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论