17 lines
306 B
YAML
17 lines
306 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
|
|
- target: /
|
|
copy:
|
|
- files:
|
|
- ../demo.py |