You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Is there an environment variable to set the cache directory? As it is now, if I run this masse / in parallel all of the cache goes to my $HOME (which then poops out and dies because it would fill up immediately). I'd like to set the cache to be in an actual temporary directory so that this doesn't happen (and it's cleaned up when the job exist). It doesn't work to use --no-cache because I'll have about 1K running at once (and still will explode my $HOME). Thanks!