I am trying to install tensorflow using conda in AWS EC2 instance for several times. But it is always giving below error. CondaMultiError: [Errno 28] No space left on device
I check df
(base) ubuntu@ip-172-31-23-129:~/anaconda2$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 5184264 0 5184264 0% /dev
tmpfs 1039260 720 1038540 1% /run
/dev/nvme0n1p1 8065444 7670180 378880 96% /
tmpfs 5196288 0 5196288 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 5196288 0 5196288 0% /sys/fs/cgroup
/dev/loop0 93184 93184 0 100% /snap/core/6350
/dev/loop1 18432 18432 0 100% /snap/amazon-ssm-agent/930
tmpfs 1039256 0 1039256 0% /run/user/1000
Can anyone here help me in fixing this issue? Thanks!