Skip to main content

CLI that accompanies dstack-factory for building and publishing docker images for python packages.

Project description

dstack-factory consists of two components: (1) factory and (2) runtime.

factory is a service that builds (or downloads) python wheels from a pip requirements file or from a wheel package uploaded to the wheelhouse. If a python package is already available as wheel package, it is cached. Otherwise the source is downloaded from pip, git or any other source supported by pip and compiled/packaged as a wheel file.

Examples of python packages that currently still need to be build are:
  • psycopg2

  • lxml

  • pycrypto

  • pillow

  • weasyprint (and it’s dependencies)

  • anything hosted on GitHub, e.g. forks of python packages or unreleased versions

runtime is a base docker image that contains all the necessary libraries to run most popular python packages with external dependencies. For example pandas, matplotlib, weasyprint, etc. all require non-python libraries. In addition to the base runtime docker image, dstack-factory also provides three entry point Dockerfiles to support different workflows for building and deploying docker and python based applications.

Documentation

The documentation can be found at: https://pythonhosted.org/dstack-factory/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dstack_factory-1.0.7-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page