https://github.com/computate-org/smartabyar-data-science-notebook
https://github.com/computate-org/smartabyar-data-science-notebook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/smartabyar-data-science-notebook
- Owner: computate-org
- Created: 2023-02-06T17:08:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T20:22:37.000Z (over 2 years ago)
- Last Synced: 2025-02-15T04:32:50.606Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run the application as a Podman container
### Install the prerequiste packages for buildah and podman
```bash
pkcon install -y buildah
pkcon install -y podman
```
### Build the container with podman
```bash
cd ~/.local/src/smartabyar-data-science-notebook
podman build -t computateorg/smartabyar-data-science-notebook:latest .
```
### Push the container up to quay.io
```bash
podman login quay.io
podman push computateorg/smartabyar-data-science-notebook:latest quay.io/computateorg/smartabyar-data-science-notebook:latest
```