Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install olot, skopeo, and model-registry in the generic runtime image #270

Merged
merged 2 commits into from
Feb 27, 2025
Merged
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
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY ${SOURCE_CODE} .
USER root

RUN echo "Installing Runtime Dependencies" && \
dnf install -y skopeo && dnf clean all && \
pip install --no-cache-dir -r requirements.txt && \
chgrp -R 0 . && \
chmod -R g=u .
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ dependencies = [
"kfp-kubernetes>=1.4.0",
"kfp==2.9.0",
"kubernetes==30.1.0",
"model-registry==0.2.14",
"olot==0.1.2",
"pre-commit>=4.0.1",
"ruff>=0.8.2",
"kubeflow-training==1.8.1"
Expand Down
75 changes: 60 additions & 15 deletions requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,93 +2,138 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pybuild-deps compile requirements.txt
# pybuild-deps compile --output-file=requirements-build.txt requirements.txt
#
calver==2022.6.26
# via trove-classifiers
cython==3.0.11
cython==3.0.12
# via pyyaml
flit-core==3.10.1
expandvars==0.12.0
# via
# frozenlist
# propcache
# yarl
flit-core==3.11.0
# via
# click
# idna
# jinja2
# packaging
# pathspec
# typing-extensions
# wheel
hatch-fancy-pypi-readme==24.1.0
# via
# attrs
# pydantic
hatch-vcs==0.4.0
# via
# attrs
# filelock
# platformdirs
# virtualenv
hatchling==1.27.0
# via
# annotated-types
# attrs
# expandvars
# filelock
# hatch-fancy-pypi-readme
# hatch-vcs
# platformdirs
# pydantic
# virtualenv
maturin==1.8.1
# via ruff
mypy==1.14.0
# via charset-normalizer
maturin==1.8.2
# via
# pydantic-core
# ruff
mypy-extensions==1.0.0
# via mypy
mypy==1.14.0
# via charset-normalizer
packaging==24.2
# via setuptools-scm
# via
# hatchling
# setuptools-scm
pathspec==0.12.1
# via hatchling
pluggy==1.5.0
# via hatchling
poetry-core==2.0.1
poetry-core==2.1.1
# via
# aiohappyeyeballs
# docstring-parser
# model-registry
# olot
# rsa
semantic-version==2.10.0
# via setuptools-rust
setuptools-rust==1.10.2
# via maturin
setuptools-scm==7.1.0
# via python-dateutil
setuptools-scm==8.1.0
# via
# charset-normalizer
# eval-type-backport
# hatch-vcs
# nest-asyncio
# nodeenv
# pluggy
# setuptools-rust
# setuptools-scm
setuptools-scm==7.1.0
# via python-dateutil
trove-classifiers==2025.1.15.22
# tabulate
trove-classifiers==2025.2.18.16
# via hatchling
types-psutil==6.1.0.20241221
types-psutil==7.0.0.20250218
# via mypy
types-setuptools==75.8.0.20250110
types-setuptools==75.8.0.20250210
# via mypy
typing-extensions==4.12.2
# via
# mypy
# pydantic-core
# setuptools-scm
wheel==0.45.1
# via
# cachetools
# distlib
# eval-type-backport
# google-crc32c
# maturin
# nest-asyncio
# python-dateutil
# pyyaml
# tabulate

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.0
# via
# aiohttp
# aiosignal
# cachetools
# calver
# charset-normalizer
# distlib
# eval-type-backport
# frozenlist
# google-api-core
# google-crc32c
# markupsafe
# maturin
# multidict
# mypy
# nest-asyncio
# nodeenv
# pathspec
# pluggy
# propcache
# proto-plus
# pyasn1
# pyasn1-modules
# python-dateutil
# pyyaml
# setuptools-rust
# setuptools-scm
# tabulate
# trove-classifiers
# yarl
Loading