huskywoof
railway cache not clearing despite NIXPACKS_NO_CACHE
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?
15 replies
railway cache not clearing despite NIXPACKS_NO_CACHE
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
15 replies