Skip to content

Commit 62de0ed

Browse files
committed
Bump some dependency versions and update to latest UBI image
Signed-off-by: Nick Hill <[email protected]>
1 parent 507aa2a commit 62de0ed

File tree

5 files changed

+126
-121
lines changed

5 files changed

+126
-121
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Global Args #################################################################
2-
ARG BASE_UBI_IMAGE_TAG=9.2-722
3-
ARG PROTOC_VERSION=24.0
2+
ARG BASE_UBI_IMAGE_TAG=9.2-722.1692769367
3+
ARG PROTOC_VERSION=24.1
44
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
55
ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
66
ARG PYTORCH_VERSION=2.1.0.dev20230822

integration_tests/poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Nick Hill"]
88
python = "^3.9"
99

1010
[tool.poetry.group.dev.dependencies]
11-
protobuf = "^4.24.0"
11+
protobuf = "^4.24.1"
1212
grpcio-tools = "^1.57.0"
1313
pytest = "^7.4.0"
1414
pytest-asyncio = "^0.21.1"

0 commit comments

Comments
 (0)