Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,6 @@ Grafana model performance example:

## Contributing

**PRs are always welcomed** :heart: See more details in the ClearML [Guidelines for Contributing](https://github.com/clearml/clearml/blob/master/docs/contributing.md).
**PRs are always welcomed** :heart: See more details in the ClearML [Guidelines for Contributing](https://github.com/clearml/clearml/blob/master/CONTRIBUTING.md).


2 changes: 1 addition & 1 deletion clearml_serving/serving/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye
FROM python:3.12-bullseye


ENV LC_ALL=C.UTF-8
Expand Down
1 change: 1 addition & 0 deletions clearml_serving/serving/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ kafka-python>=2.0.2,<2.1
lz4>=4.0.0,<5
prometheus_client==0.21.1
vllm==0.9.2
torch==2.8.0