UNCLASSIFIED

Commit a3ef34b8 authored by Daniel Etrata's avatar Daniel Etrata
Browse files

Remove labels from Dockerfile

parent de6ee980
Pipeline #144000 passed with stages
in 57 minutes and 32 seconds
......@@ -43,12 +43,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder
# # # ##### make final image
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as final
# # # Description of the container
LABEL org.opencontainers.image.title="${CONTAINER_NAME}" \
org.opencontainers.image.description="${CONTAINER_NAME} ${CONTAINER_VERSION} container based off UBI 8" \
org.opencontainers.image.licenses="Apache Software License 2.0" \
org.opencontainers.image.url="gcr.io/kfserving/pytorchserver@sha256:fc234478446af0a06e0f5a62cb46ed457d241281af5104fd63288c5f40c0a084" \
org.opencontainers.image.version="${CONTAINER_VERSION}" \
maintainer="daniel.etrata@anno.ai"
ENV PATH /opt/conda/envs/pytorch-py37/bin:$PATH
RUN dnf install -y procps && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment