https://github.com/codecentric/from-keras-to-production-baseimage
Base image for the workshop "From Keras TensorFlow-Models to production"
https://github.com/codecentric/from-keras-to-production-baseimage
Last synced: about 1 month ago
JSON representation
Base image for the workshop "From Keras TensorFlow-Models to production"
- Host: GitHub
- URL: https://github.com/codecentric/from-keras-to-production-baseimage
- Owner: codecentric
- Created: 2018-09-10T13:02:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T08:51:24.000Z (over 6 years ago)
- Last Synced: 2025-03-10T19:29:42.205Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 66.7 MB
- Stars: 3
- Watchers: 128
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# From Keras TensorFlow-Models to production
## Jupyterlab starten
```bash
docker pull codecentric/from-keras-to-production-baseimage
```
## Run on Mac & Linux
```bash
docker run -p 8888:8888 -v $(pwd)/notebooks:/keras2production/notebooks codecentric/from-keras-to-production-baseimage
```
## Run on Windows
```bash
docker run -p 8888:8888 -v %cd%/notebooks:/keras2production/notebooks codecentric/from-keras-to-production-baseimage
```
## Build locally
```bash
cd /path/to/from-keras-to-production-baseimage
docker build -t keras_ws_py_base .
```