powerful-city-61287
02/19/2025, 11:40 PMpowerful-city-61287
02/19/2025, 11:41 PMwide-midnight-78598
02/19/2025, 11:57 PMwide-midnight-78598
02/20/2025, 12:01 AMpowerful-city-61287
02/20/2025, 1:15 AMbroad-processor-92400
02/20/2025, 3:52 AM/tmp and refer to that exact path (or similar)powerful-city-61287
02/20/2025, 2:06 PMusing absolute pathsAh, of course. This is probably my solution. Thanks, not sure why it didn't occur to me.
wide-midnight-78598
02/20/2025, 2:20 PMpowerful-city-61287
02/20/2025, 2:24 PM/tmp/llm-cache or similar.powerful-city-61287
02/20/2025, 2:24 PMwide-midnight-78598
02/20/2025, 2:27 PMwide-midnight-78598
02/20/2025, 2:28 PMpowerful-city-61287
02/20/2025, 2:29 PM/tmp?wide-midnight-78598
02/20/2025, 2:33 PM/tmp and some pants caches. During some of the bring up of the container, sporadically, Pants would lose access to tmp and a few other places that were preloaded with data. I didn't dig in too much, but I didn't see anything particularly crazy. But I also hate the MS devcontainers, so 🤷 might have just been some configuration maybe?powerful-city-61287
02/20/2025, 2:33 PMpowerful-city-61287
02/20/2025, 2:34 PMchroot (probably because of the error message "Use --keep-sandboxes=on_failure to preserve the process chroot for inspection"), which caused me to subconsciously rule out the absolute path solution.powerful-city-61287
02/20/2025, 2:42 PMbroad-processor-92400
02/21/2025, 12:42 AMshell_command target exposes so-called "named caches" as https://www.pantsbuild.org/stable/reference/targets/shell_command#experimental_named_cachesbroad-processor-92400
02/21/2025, 12:43 AM