Panel Version
1.11.5
Wings Version
1.11.11
Service
python
Modified
Yes, I modified the egg (will provide details below)
Expected Behavior
This can be resolved by changing the start and install commands to be similar to the following.
TMPDIR=PATH_TO_A_BIGGER_ONE pip install [package name] --target ANOTHER_PATH_TO_A_BIGGER_ONE
Install and startup process requirements correctly.
Actual Behavior
Fails to pull all requirements due to /tmp being too small.
Steps To Reproduce
Install any python code with a requirements file that has more than 100mb of dependencies.
Install logs
No logs but is a known issue