UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
K
Kubeflow
kfserving-0.2.2
pytorch-0.2.2
Commits
a3ef34b8
Commit
a3ef34b8
authored
Jan 26, 2021
by
Daniel Etrata
Browse files
Remove labels from Dockerfile
parent
de6ee980
Pipeline
#144000
passed with stages
in 57 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
Dockerfile
Dockerfile
+1
-6
No files found.
Dockerfile
View file @
a3ef34b8
...
...
@@ -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
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment