Source: cog-ml
Section: utils
Priority: optional
Maintainer: Michael Murphy <mmstick@pm.me>
Build-Depends:
    debhelper-compat (=10),
    golang,
    python3,
    python3-setuptools,
    python3-fastapi,
    python3-mypy,
    python3-numpy,
    python3-willow,
    python3-pydantic,
    python3-yaml,
    python3-redis,
    python3-requests,
    python3-responses,
    python3-uvicorn,
    python3-wheel
Standards-Version: 4.1.1
Homepage: https://github.com/pop-os/system76-scheduler

Package: cog-ml
Architecture: amd64 arm64
Depends:
    ${misc:Depends},
    ${shlibs:Depends},
    docker.io | docker-ce,
    git,
    python3,
    python3-setuptools,
    python3-fastapi,
    python3-mypy,
    python3-numpy,
    python3-willow,
    python3-pydantic,
    python3-yaml,
    python3-redis,
    python3-requests,
    python3-responses,
    python3-uvicorn,
    python3-wheel
Description: Containers for machine learning
 Cog is an open-source tool that lets you package machine
 learning models in a standard, production-ready container.
 .
 You can deploy your packaged model to your own infrastructure,
 or to Replicate.
