https://github.com/agnostiqhq/covalent-docker-dev
Dockerfiles used for building and developing Covalent in various environments
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
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
Metadata Files
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
- Website: https://agnostiq.ai
- Twitter: AgnostiqHQ
- Repositories: 37
- Profile: https://github.com/AgnostiqHQ
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
Top Committers
| Name | 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
- 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
- python 3.10-slim-bullseye build
- python 3.11-rc-slim-bullseye build
- python 3.9-slim-bullseye build
- python 3.10-bookworm build
- python 3.11-bookworm build
- python 3.12-bookworm build