https://github.com/alkaline-ml/pmdarima-docker

Base Docker images used with the pmdarima repo

https://github.com/alkaline-ml/pmdarima-docker

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

docker pmdarima pmdarima-docker
Last synced: 10 months ago · JSON representation

Repository

Base Docker images used with the pmdarima repo

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
docker pmdarima pmdarima-docker
Created about 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

pmdarima docker

CircleCI

The images built here are used for one of two purposes:

  1. As base images for testing and doc generation for the pmdarima project. Note that for this purpose, the only images that should be included are those that help significantly reduce CI/CD build times.

  2. To serve as pre-built base images with the pmdarima package already installed. Images that serve this purpose will be tagged with the version of pmdarima that they have installed.

Pulling images

All images are pushed to the alkalineml prefix. You can pull whatever image you like with docker pull, e.g.:

bash $ docker pull alkalineml/pmdarima-doc-base:latest $ docker pull alkalineml/pmdarima:latest

Running the containers will start an ipython session by default:

```bash $ docker run --rm -it alkalineml/pmdarima:latest Python 3.7.4 (default, Sep 12 2019, 15:40:15) Type 'copyright', 'credits' or 'license' for more information IPython 7.8.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import pmdarima as pm ```

Owner

  • Name: alkaline-ml
  • Login: alkaline-ml
  • Kind: organization
  • Location: Plano, TX

GitHub Events

Total
  • Delete event: 4
  • Push event: 5
  • Pull request event: 5
  • Pull request review event: 3
  • Create event: 2
Last Year
  • Delete event: 4
  • Push event: 5
  • Pull request event: 5
  • Pull request review event: 3
  • Create event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 30
  • Average time to close issues: 1 day
  • Average time to close pull requests: 2 months
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.3
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 36 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tgsmith61591 (1)
Pull Request Authors
  • aaronreidsmith (18)
  • tgsmith61591 (7)
  • github-actions[bot] (3)
Top Labels
Issue Labels
documentation (1) good first issue (1)
Pull Request Labels

Dependencies

.github/workflows/keep_docker_in_sync.yml actions
  • actions/checkout master composite
  • actions/setup-python v2 composite
  • peter-evans/create-pull-request v3 composite
cpython/Dockerfile docker
  • python 3.9 build
doc-base/Dockerfile docker
  • python 3.9 build