Files
2026-07-13 13:17:40 +08:00

13 lines
413 B
YAML

name: "ray-py$PYTHON_VERSION-cpu-base$ARCH_SUFFIX"
froms: ["ubuntu:22.04"]
dockerfile: docker/base-deps/Dockerfile
srcs:
- python/requirements_compiled.txt
- python/requirements_compiled_py$PYTHON_VERSION.txt
- python/deplocks/base_deps/ray_base_deps_py$PYTHON_VERSION.lock
build_args:
- PYTHON_VERSION
- BASE_IMAGE=ubuntu:22.04
tags:
- cr.ray.io/rayproject/ray-py$PYTHON_VERSION-cpu-base$ARCH_SUFFIX