Problem Description:
I am trying to create a docker image with the following command: docker build -t test_ollama . and get this error: At least 1938MB more space needed on the / filesystem.. When I do a df . -h, I get the following: Size: 97g, Used: 40G Avail: 53G Use: 44%.
Is that output from: df -h /
Do you have only one partition for your Ubuntu install? If you have more than 1 partition, what is the location where you are attempting the build?