railway cache not clearing despite NIXPACKS_NO_CACHE
as title says. my railway server is not deploying without using cache.
13 Replies
Project ID:
e7d81d77-7cfa-427f-8de3-7f01da83fad6
e7d81d77-7cfa-427f-8de3-7f01da83fad6
show me a screenshot of your service variables with that variables value shown
okay and send your build logs too, use this https://bookmarklet.up.railway.app/log-downloader/
here u go
you are using a dockerfile
NIXPACKS_NO_CACHE
is not applicablewhat would enable me to run the dockerfile without it caching my versions in railway then?
what is the actually problem you are facing?
im using poetry for version dependencies. i have a package "vocode" which isn't being made use of the latest version, because of the dockerfile being cached, and not running
RUN poetry update vocode
what version of vocode do you have in your pyproject.toml?
its pointing to a github repo branch,
vocode = {git = "https://github.com/KwalAI/vocode-python.git", branch = "main"}
which should be using the commit a39ae48, but i doubt it is, because i didn't see the railway logs update the version, and just cached it. is there a way for me to verify this as well from railway?
have your code print out the version installed? though i feel like you are looking for issues in the wrong place