Removed flash-attn as dependency because it's hard to install properly

This commit is contained in:
Niels Geens
2025-04-02 14:42:35 +02:00
parent 78c71ab8b4
commit e573b9ebe7
13 changed files with 147 additions and 118 deletions

View File

@@ -10,7 +10,12 @@ function chown_iterations() {
fi
}
function clean_docker() {
docker images -f "dangling=true" -q | xargs -r docker rmi
}
trap chown_iterations EXIT
trap clean_docker EXIT
docker build \
--tag sia \