https://github.com/goern/curated-stack-pattern
This is a Pattern, we can use it to curate a software stack and bundle it up as a container image, which we can use to run a Jupyter Notebook...
https://github.com/goern/curated-stack-pattern
Last synced: over 1 year ago
JSON representation
This is a Pattern, we can use it to curate a software stack and bundle it up as a container image, which we can use to run a Jupyter Notebook...
- Host: GitHub
- URL: https://github.com/goern/curated-stack-pattern
- Owner: goern
- License: gpl-3.0
- Created: 2021-05-28T14:12:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T14:55:10.000Z (about 5 years ago)
- Last Synced: 2025-02-02T08:44:33.251Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Curated Stack Pattern
This repository is used to create a container image, so that we can use it to run a Jupyter Notebook. The Python
modules provided within the container image are curated via `Pipfile` in this repository. `pytest` is used to
run some basic integration test on the resulting software stack.