Skip to content

Commit 0ba86cf

Browse files
authored
Downgrade tritonclient to work with conda-forge channels (#2312)
1 parent b076ced commit 0ba86cf

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

hack/build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _main() {
3838
_buildImage "all" $_version
3939
_buildImage "" $_version-slim
4040

41-
for _runtimePath in "$ROOT_FOLDER/runtimes/"*; do
41+
for _runtimePath in "$ROOT_FOLDER/runtimes/"*/; do
4242
_buildRuntimeImage $_runtimePath $_version
4343
done
4444
}

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"starlette-exporter",
2525
"py-grpc-prometheus",
2626
"aiokafka",
27-
"tritonclient[http]>=2.63",
27+
"tritonclient[http]>=2.5,<2.61",
2828
"geventhttpclient",
2929
"gevent",
3030
"aiofiles",

0 commit comments

Comments
 (0)