WIP: Add dockerignore and Dockerfile. I have built the Docker image and seems to be working fine but haven't tested all aspects of the applicaton

This commit is contained in:
2025-03-12 16:15:49 +01:00
parent d6fa51effc
commit 05cf34032f
2 changed files with 43 additions and 0 deletions

8
.dockerignore Normal file
View File

@ -0,0 +1,8 @@
data/
figures/
pipelines/params/
envs/
logs/
*.pyc
__pycache__/
*.h5