20 lines
352 B
YAML
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
|