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

20 lines
365 B
YAML

includes:
- base.yaml
targets:
- target: /bin
createlinks:
- src: /opt/python-occlum/bin/python3
linkname: python3
# python packages
- target: /opt
copy:
- dirs:
- ../python-occlum
# below are python code and data
- target: /bin
copy:
- from: ..
files:
- demo.py
- mnist.npz