19 lines
338 B
YAML
19 lines
338 B
YAML
includes:
|
|
- base.yaml
|
|
targets:
|
|
- target: /bin
|
|
copy:
|
|
- files:
|
|
- ../python-occlum/bin/python3.10
|
|
# python packages
|
|
- target: /opt
|
|
copy:
|
|
- dirs:
|
|
- ../python-occlum
|
|
# below are python code and data
|
|
- target: /
|
|
copy:
|
|
- from: ..
|
|
files:
|
|
- multiprocessing_demo.py
|