railway cache not clearing despite NIXPACKS_NO_CACHE

as title says. my railway server is not deploying without using cache.
13 Replies
Percy
Percy10mo ago
Project ID: e7d81d77-7cfa-427f-8de3-7f01da83fad6
huskywoof
huskywoof10mo ago
e7d81d77-7cfa-427f-8de3-7f01da83fad6
Brody
Brody10mo ago
show me a screenshot of your service variables with that variables value shown
huskywoof
huskywoof10mo ago
Brody
Brody10mo ago
okay and send your build logs too, use this https://bookmarklet.up.railway.app/log-downloader/
Brody
Brody10mo ago
you are using a dockerfile NIXPACKS_NO_CACHE is not applicable
huskywoof
huskywoof10mo ago
what would enable me to run the dockerfile without it caching my versions in railway then?
Brody
Brody10mo ago
what is the actually problem you are facing?
huskywoof
huskywoof10mo ago
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
Brody
Brody10mo ago
what version of vocode do you have in your pyproject.toml?
huskywoof
huskywoof10mo ago
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?
Brody
Brody10mo ago
have your code print out the version installed? though i feel like you are looking for issues in the wrong place