From 358944ee7fcf4738a510162ee4be5eab102a5b32 Mon Sep 17 00:00:00 2001 From: Juan Felipe Florez Ospina Date: Wed, 4 Jun 2025 14:57:24 +0200 Subject: [PATCH] Append previous .dockerignore and requiremnts.txt to the version after renku init, basically trying to restore them back after being overwritten by renku init. --- .dockerignore | 16 ++++++++++++++++ requirements.txt | 10 ++++++++++ 2 files changed, 26 insertions(+) diff --git a/.dockerignore b/.dockerignore index c1021cc..24bdcd3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,19 @@ data notebooks .renku .git + +# Below my dockerignore lines. Hopefully there is no conflict with renku init. +figures/ +pipelines/params/ +envs/ +logs/ +*.pyc +__pycache__/ +*.h5 +.Trash-0/ +.ipynb_checkpoints/ +env_setup.sh +docker-compose.yaml +run_container.sh +TODO.md +.env \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e69de29..cbf0d69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,10 @@ +dash==2.17.1 +dash-bootstrap-components==1.6.0 +flask==3.0.3 +h5py==3.10.0 +matplotlib==3.8.4 +numpy==1.26.4 +openai==1.25.1 +pandas==2.2.2 +plotly==5.18.0 +requests==2.31.0