You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm this does happen. I think it also happens with Node.js but I'm not 100% sure on that. Normally I just get around this problem using mkdir /home/container/tmp && export TMPDIR=/home/container/tmp.
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
The text was updated successfully, but these errors were encountered: