https://github.com/agnostiqhq/covalent-docker-dev

Dockerfiles used for building and developing Covalent in various environments

https://github.com/agnostiqhq/covalent-docker-dev

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary

Keywords

build-automation containers covalent docker github-container-registry
Last synced: 7 months ago · JSON representation

Repository

Dockerfiles used for building and developing Covalent in various environments

Basic Info
  • Host: GitHub
  • Owner: AgnostiqHQ
  • License: apache-2.0
  • Language: Dockerfile
  • Default Branch: master
  • Homepage: https://covalent.xyz
  • Size: 30.3 KB
Statistics
  • Stars: 3
  • Watchers: 10
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Topics
build-automation containers covalent docker github-container-registry
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

 

Covalent Docker Development Images

This repository contains a set of Dockerfiles which can be used to develop, build, and run Covalent. These images will not change very often, as they are used to set up build environments but do not include the actual dependencies of Covalent. The following environments are included:

  • All combinations of Debian 11, 12, and Python 3.9, 3.10, 3.11

To build a single one of these images locally, e.g., Debian 12 with Python 3.10, run the following:

docker build ./debian12-py310

To build all images and upload them to ECR, use the Makefile:

make make clean # Deletes the local images

To pull an image from ECR and use it:

aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin xxxxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com docker pull xxxxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/covalent-bld:debian12-py310

Run the image and clone Covalent, and then install it: ``` docker run --rm -it -p 8080:48008 covalent-bld:debian12-py310 /bin/bash git clone https://github.com/AgnostiqHQ/covalent.git

python setup.py webapp pip install -e . covalent start ```

You can either submit workflows to port 48008 on 0.0.0.0 from directly inside the container, or you can submit them from the Docker host to port 8080.

Don't forget to run git config inside the container if you intend to commit any changes!

Owner

  • Name: Agnostiq
  • Login: AgnostiqHQ
  • Kind: organization
  • Email: contact@agnostiq.ai
  • Location: Toronto

Developing Software for Advanced Computing

GitHub Events

Total
  • Issue comment event: 1
  • Push event: 2
  • Create event: 1
Last Year
  • Issue comment event: 1
  • Push event: 2
  • Create event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 11
  • Total Committers: 2
  • Avg Commits per committer: 5.5
  • Development Distribution Score (DDS): 0.091
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Will Cunningham w****l@a****i 10
Casey Jao c****y@a****i 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 16 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.33
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • cjao (4)
  • wjcunningham7 (3)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v2 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action master composite
  • docker/setup-qemu-action master composite
debian11-py310/Dockerfile docker
  • python 3.10-slim-bullseye build
debian11-py311/Dockerfile docker
  • python 3.11-rc-slim-bullseye build
debian11-py39/Dockerfile docker
  • python 3.9-slim-bullseye build
debian12-py310/Dockerfile docker
  • python 3.10-bookworm build
debian12-py311/Dockerfile docker
  • python 3.11-bookworm build
debian12-py39/Dockerfile docker
  • python 3.12-bookworm build