mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 00:17:18 +08:00
14 lines
275 B
YAML
14 lines
275 B
YAML
version: '2'
|
|
|
|
services:
|
|
tensorflow-serving:
|
|
image: 'bitnami/tensorflow-serving:0'
|
|
ports:
|
|
- '9000:9000'
|
|
volumes:
|
|
- 'tensorflow_serving_data:/bitnami'
|
|
- '/tmp/model-data:/bitnami/model-data'
|
|
volumes:
|
|
tensorflow_serving_data:
|
|
driver: local
|