occlum/demos/paddlepaddle/paddlepaddle.yaml
2023-03-22 10:34:57 +08:00

20 lines
352 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
# python code and dataset
- target: /
copy:
- files:
- ../demo.py
- dirs:
- ../mnist