Skip to content

Commit

Permalink
update docker to use openvino 2024.2 (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Jun 18, 2024
1 parent 4941c30 commit 7cd6088
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 87 deletions.
5 changes: 1 addition & 4 deletions .docker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ jupyter-nbrequirements = "*"
jupyterhub = "==4.1.*"
jupyterlab = "*"
jupyterlab-git = "==0.30"
librosa = ">=0.8.1"
matplotlib = ">=3.4"
monai = ">=0.9.1,<1.0.0"
nbval = "*"
notebook = "<7.0.0"
nncf = "==2.10.0"
numpy = ">=1.21.0"
onnx = ">=1.11.0"
opencv-python = "*"
openvino-dev = {version = "==2024.1.0"}
openvino-dev = {version = "==2024.2.0"}
openvino-telemetry = "==2023.2.1"
ovmsclient = "*"
Pillow = ">=8.3.2"
Expand All @@ -38,7 +36,6 @@ pygments = ">=2.7.4"
pytorch-lightning = "*"
pytube = ">=12.1.0"
rsa = ">=4.7"
scikit-image = ">=0.19.2"
scipy = "*"
seaborn = ">=0.11.0"
setuptools = ">56.0.0"
Expand Down
89 changes: 6 additions & 83 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 7cd6088

Please sign in to comment.