File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # FIXME : Update to official python-3.13-minimal image when available
1
+ # TODO : Update to official python-3.13-minimal image when available
2
2
ARG BASE_IMAGE=quay.io/psap/python-313-minimal:fedora
3
3
4
4
# release: take the last version and add a post if build iteration
@@ -29,7 +29,7 @@ ENV PDM_CHECK_UPDATE=false \
29
29
# Do this as late as possible to leverage layer caching
30
30
COPY / /opt/app-root/src
31
31
32
- # Create a venv and install guidellm
32
+ # Install guidellm and locked dependencies
33
33
RUN pdm use -p /opt/app-root/src -f /opt/app-root \
34
34
&& pdm install -p /opt/app-root/src --check --prod --no-editable
35
35
@@ -51,8 +51,11 @@ WORKDIR $HOME
51
51
VOLUME /results
52
52
53
53
# Metadata
54
- LABEL org.opencontainers.image.source="https://github.com/vllm-project/guidellm" \
55
- org.opencontainers.image.description="GuideLLM Performance Benchmarking Container"
54
+ LABEL io.k8s.display-name="GuideLLM" \
55
+ org.opencontainers.image.description="GuideLLM Performance Benchmarking Container" \
56
+ org.opencontainers.image.source="https://github.com/vllm-project/guidellm" \
57
+ org.opencontainers.image.documentation="https://blog.vllm.ai/guidellm/stable" \
58
+ org.opencontainers.image.license="Apache-2.0"
56
59
57
60
# Copy the virtual environment from the builder stage
58
61
# Do this as late as possible to leverage layer caching
You can’t perform that action at this time.
0 commit comments