You are not logged in.
```
$ docker pull rocm/pytorch:rocm3.7_ubuntu18.04_py3.6_pytorch
rocm3.7_ubuntu18.04_py3.6_pytorch: Pulling from rocm/pytorch
d7c3167c320d: Pull complete
131f805ec7fd: Pull complete
322ed380e680: Pull complete
6ac240b13098: Pull complete
208feee870cb: Pull complete
01bb3edf1e95: Pull complete
28882b917f76: Pull complete
cd6aa8a2d76c: Pull complete
971695f9d0d0: Pull complete
b1b1a2e6bbc1: Pull complete
92bb56816634: Pull complete
507af0e231f5: Pull complete
61dff70a0e69: Pull complete
1fdac292187e: Pull complete
89251c54fe60: Pull complete
340fb4688d14: Pull complete
126b764fa757: Pull complete
9c3f95e9710b: Pull complete
0bb4ca0b051c: Pull complete
6d5fe9e34bb6: Pull complete
c99a01ba3fbe: Pull complete
00346bc66b4a: Pull complete
a2fa714327cb: Pull complete
e9e784dbf090: Pull complete
df9cc856789c: Pull complete
c4cfc18e32fc: Pull complete
b8d8aa1d9cea: Pull complete
df61c9ff6a7a: Pull complete
34cfc6c5f9cf: Pull complete
5fbd31784d62: Pull complete
ff01695fa26e: Pull complete
a63bc78f7ead: Pull complete
a9fdd8cfa44f: Pull complete
149e91713909: Extracting [==================================================>] 584.2MB/584.2MB
b183f0c2d856: Download complete
538df3ae729f: Download complete
failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /root/pytorch/torch/lib/libtorch_hip.so: no space left on device
```
[The hints on the Arch Wiki](https://wiki.archlinux.org/title/Docker … _on_device) did not help.
Running some command recommended online did not help.
```
$ docker container prune -f
$ docker image prune
$ docker system prune
```
Running any of this as root did not help.
`df -hT`, with some data redacted:
```
$ df -hT
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs tmpfs 16G 0 16G 0% /dev/shm
tmpfs tmpfs 6.3G 2.2M 6.3G 1% /run
tmpfs tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
/dev/nvme0n1p4 ext4 393G 232G 141G 63% /
/dev/loop1 squashfs 115M 115M 0 100% /var/lib/snapd/snap/core/13886
/dev/loop0 squashfs 374M 374M 0 100% /var/lib/snapd/snap/anbox/186
/dev/loop2 squashfs 115M 115M 0 100% /var/lib/snapd/snap/core/14056
tmpfs tmpfs 16G 4.0K 16G 1% /tmp
/dev/nvme0n1p6 vfat 511M 469M 43M 92% /boot
/dev/sda1 btrfs 2.5T 1.9T 664G 75% /home
/dev/nvme0n1p2 fuseblk 443G 435G 7.9G 99% [REDACTED]/WinC
tmpfs tmpfs 100K 0 100K 0% /var/lib/lxd/shmounts
tmpfs tmpfs 100K 0 100K 0% /var/lib/lxd/devlxd
/dev/loop6 btrfs 28G 2.9G 25G 11% /var/lib/lxd/storage-pools/default
tmpfs tmpfs 3.2G 140K 3.2G 1% /run/user/1001
```
Offline
Please edit your post and wrap program output in BBCode code tags. Your readers will thank you.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
docker system dfFor reference, https://www.reddit.com/r/archlinux/comm … ace_but_i/
Offline