saving model at the end

This commit is contained in:
frankknoll
2023-03-15 00:42:03 +01:00
parent eed59e2315
commit 34291bc082
3 changed files with 20 additions and 12 deletions

View File

@@ -7,13 +7,17 @@ FK-TODO:
anacron job:
sudo cp src/intensivstationen_howbadismybatch.sh /etc/cron.daily/intensivstationen_howbadismybatch
conda create --name howbadismybatch-venv python=3
conda create --name howbadismybatch-venv python=3.9
conda activate howbadismybatch-venv
ipython kernel install --user --name=howbadismybatch-venv-kernel
jupyter kernelspec list
conda env export --from-history > environment.yml
conda env create -f environment.yml
update howbadismybatch-venv:
conda activate howbadismybatch-venv
conda env update --file environment.yml --prune
www.HowBadIsMyBatch.info
/etc/apache2/sites-available/HowBadIsMyBatch.conf