occlum/demos/python/python_glibc/python-glibc.yaml

21 lines
374 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
# below are python code and data
- target: /
copy:
- from: ..
dirs:
- dataset
files:
- demo.py