occlum/demos/python/python_glibc/python3.10-multiprocessing/python3.10.yaml
2023-06-22 15:20:29 +08:00

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