From 471f5cdd9ec52ad10c9a7119bf172f919c0a9db1 Mon Sep 17 00:00:00 2001 From: Lucas van Walstijn Date: Wed, 8 Feb 2023 10:39:41 +0100 Subject: [PATCH] Add .huggingface folder Add .huggingface folder to the list of folders to copy from /storage/cfg/ to /root/ --- pre-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-run.sh b/pre-run.sh index ce99e23..db59cce 100755 --- a/pre-run.sh +++ b/pre-run.sh @@ -8,7 +8,7 @@ if [ ! -e /storage/cfg/.conda ]; then mamba create -yp /storage/cfg/.conda fi -for p in .local .ssh .config .ipython .fastai .jupyter .conda .kaggle +for p in .local .ssh .config .ipython .fastai .jupyter .conda .kaggle .huggingface do if [ ! -e /storage/cfg/$p ]; then mkdir /storage/cfg/$p