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 13, 2024
1 parent 59f4c7e commit 75f5348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions poetry-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ function add_dependency {
function add_dependencies {
add_dependency "packages/inference/" "production/api/packages"
add_dependency "packages/extraction/" "production/api/packages"
add_dependency "packages/extraction/" "train/extraction/packages"
add_dependency "packages/inference/" "train/test/packages"
}

add_dependencies
Expand Down
2 changes: 1 addition & 1 deletion train/extraction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Guillaume Chervet <[email protected]>"]
[tool.poetry.dependencies]
python = "~3.10"
pymupdf = "1.23.3"
mlopspython-extraction = {path = "./packages/mlopspython_extraction-0.0.0-py3-none-any.whl"}
mlopspython-extraction = {path = "packages/extraction"}
mldesigner = "0.1.0b15"
mlflow = "2.7.1"
azureml-mlflow = "1.53.0"
Expand Down
2 changes: 1 addition & 1 deletion train/test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mldesigner = "0.1.0b15"
mlflow = "2.7.1"
azureml-mlflow = "1.53.0"
azure-ai-ml = "1.10.1"
mlopspython-inference = {path = "./packages/mlopspython_inference-0.0.0-py3-none-any.whl"}
mlopspython-inference = {path = "packages/inference"}

[tool.poetry.group.dev.dependencies]
coverage = "^7.3.1"
Expand Down

0 comments on commit 75f5348

Please sign in to comment.