Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

No space left on device  #1

Description

@askz

Hi,

it seems that the bootstrap script is unable to install required dependencies.

2024-04-02T19:19:27Z app[3d8dde9c9d6758] mad [info]ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
2024-04-02T19:19:27Z app[3d8dde9c9d6758] mad [info]WARNING: There was an error checking the latest version of pip.
2024-04-02T19:19:29Z app[3d8dde9c9d6758] mad [info]Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu121
2024-04-02T19:19:30Z app[3d8dde9c9d6758] mad [info]Collecting torch==2.1.0
2024-04-02T19:19:30Z app[3d8dde9c9d6758] mad [info]  Downloading https://download.pytorch.org/whl/cu121/torch-2.1.0%2Bcu121-cp310-cp310-linux_x86_64.whl (2200.6 MB)
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]     ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸             1.5/2.2 GB 162.4 MB/s eta 0:00:05
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]ERROR: Exception:
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]Traceback (most recent call last):
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]  File "/app/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]    yield
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]  File "/app/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 561, in read
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]    data = self._fp_read(amt) if not fp_closed else b""
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]  File "/app/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]    return self._fp.read(amt) if amt is not None else self._fp.read()
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]  File "/app/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 102, in read
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]    self.__buf.write(data)
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]  File "/usr/lib/python3.10/tempfile.py", line 622, in func_wrapper
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]    return func(*args, **kwargs)
2024-04-02T19:19:40Z app[3d8dde9c9d6758] mad [info]OSError: [Errno 28] No space left on device
root@3d8dde9c9d6758:/bootstrap# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda        7.8G  6.2G  1.2G  85% /
shm              16G     0   16G   0% /dev/shm
tmpfs            16G     0   16G   0% /sys/fs/cgroup
/dev/vdb         49G  3.7M   47G   1% /app/Fooocus/models
root@3d8dde9c9d6758:/bootstrap# du -sh /app/venv/
3.0G	/app/venv/
root@3d8dde9c9d6758:/bootstrap# %  

I'm not sure how to properly solve the issue 'the fly way'. But maybe creating another mount for the venv would be enough ? Let me know, I can contribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions