migrate e621 jobs to unified domain models

This commit is contained in:
Dylan Knutson
2025-02-12 18:35:40 +00:00
parent 9c38bfce13
commit 8fc32e64e9
44 changed files with 940 additions and 422 deletions

View File

@@ -35,6 +35,7 @@ RUN \
# preinstall gems that take a long time to install
RUN MAKE="make -j12" gem install bundler -v '2.5.6' --verbose
RUN MAKE="make -j12" gem install rice -v '4.3.3' --verbose
RUN MAKE="make -j12" gem install faiss -v '0.3.2' --verbose
RUN MAKE="make -j12" gem install rails_live_reload -v '0.3.6' --verbose
RUN bundle config --global frozen 1