Skip to content

Commit

Permalink
refactor(docker): update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 15, 2024
1 parent ffecf39 commit 6098b74
Show file tree
Hide file tree
Showing 2 changed files with 2,795 additions and 1 deletion.
7 changes: 6 additions & 1 deletion poetry-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,15 @@ cd $cwd
cd train/label_split_data
python -m poetry install --no-root

cd $cwd
cd train/output
python -m poetry install --no-root

cd $cwd
cd production/api
python -m poetry install --no-root

cd $cwd
cd production/integration
python -m poetry install --no-root
python -m poetry install --no-root

Loading

0 comments on commit 6098b74

Please sign in to comment.