dependencies re-installed on every build
Django (Python) app .
Railway is installing my dependencies on every build, even though no changes are made to
requirements.txt
.
Project ID: fc77f02c-13c9-45e5-8d2f-d6c3dfc9188d
I see this in the build logs:
My nixpacks.toml
:
Builds are taking > 10 mins.5 Replies
Project ID:
fc77f02c-13c9-45e5-8d2f-d6c3dfc9188d
You might find these helpful:
- Python poetry build is timing out
- Build stuck on nix pack
- Heroku to Railway Err: Could not find Python
⚠️ experimental feature
egad
um
Here's a better nixpacks.toml for you:
That should work.
@aleks Thanks. I don’t think you know my runtime dependencies? And how is this related to the requirements being re installed?
With the amount of customization you have in your
nixpacks.toml
, I think something in there might be breaking the caching.