occlum/demos/pytorch/standalone/pytorch.yaml
2022-12-07 22:15:33 +08:00

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