Docker-compose up results in lack of space issue on stapp01

Hi,
In the exercise on docker-compose, trying to run docker compose up results in running out of space on the stapp01 platform as indicated by the error when building the web application. Please see below for the error.

Traceback (most recent call last):
File “site-packages/docker/utils/build.py”, line 97, in create_archive
File “tarfile.py”, line 1980, in addfile
File “tarfile.py”, line 252, in copyfileobj
File “tempfile.py”, line 485, in func_wrapper
OSError: [Errno 28] No space left on device

Can you please take a look at the issue and advise.

Thank you.