Skip to content

Commit

Permalink
update doker dependencies (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jul 31, 2024
1 parent 954d607 commit 2ccf725
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 87 deletions.
10 changes: 4 additions & 6 deletions .docker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ notebook = "<7.0.0"
numpy = ">=1.21.0"
onnx = ">=1.11.0"
opencv-python = "*"
openvino-dev = {version = "==2024.2.0"}
openvino-dev = {version = "==2024.3.0"}
openvino-telemetry = "==2023.2.1"
ovmsclient = "*"
Pillow = ">=8.3.2"
Expand All @@ -41,13 +41,11 @@ seaborn = ">=0.11.0"
setuptools = "<70.0.0"
shapely = ">=1.7.1"
supervisor = ">=4.1.0"
tensorflow = ">=2.5,<=2.12"
tensorflow-datasets = "==4.2.0"
treon = "*"
torch = {index = "pytorch-wheels", version = "==2.1.0+cpu"}
torchaudio = {index = "pytorch-wheels", version = "==2.1.0+cpu"}
torch = {index = "pytorch-wheels", version = "==2.3.0+cpu"}
torchaudio = {index = "pytorch-wheels", version = "==2.3.0+cpu"}
torchmetrics = ">=0.11.0"
torchvision = {index = "pytorch-wheels", version = "==0.16.0+cpu"}
torchvision = {index = "pytorch-wheels", version = "==0.18.0+cpu"}
transformers = ">=4.21.1"

[dev-packages]
Expand Down
96 changes: 15 additions & 81 deletions .docker/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ccf725

Please sign in to comment.