https://github.com/oceanprotocol/algo_dockers
https://github.com/oceanprotocol/algo_dockers
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oceanprotocol/algo_dockers
- Owner: oceanprotocol
- Created: 2020-04-20T07:54:37.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T10:11:26.000Z (over 1 year ago)
- Last Synced: 2024-12-17T11:18:33.531Z (over 1 year ago)
- Language: JavaScript
- Size: 4.58 MB
- Stars: 2
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algo_dockers
> Docker images for use with algorithms in a Compute-to-Data flow.
## Usage
All Docker images in this repo are published on DockerHub under the `oceanprotocol` organization where each image is referred to as a Docker tag.
E.g. to pull the `python-panda` image:
```bash
docker pull oceanprotocol/algo_dockers:python-panda
```