occlum/demos/tensorflow/tensorflow_serving/tensorflow_serving.yaml
2021-09-26 21:06:59 +08:00

21 lines
335 B
YAML

includes:
- base.yaml
targets:
# copy model
- target: /model
copy:
- dirs:
- ../resnet50-v15-fp32
- target: /bin
copy:
- from: ..
dirs:
- ssl_configure
files:
- tensorflow_model_server
# copy hosts
- target: /etc
copy:
- files:
- ../hosts