occlum/demos/bigdl-llm/llm.yaml
2023-10-16 12:39:01 +08:00

27 lines
603 B
YAML

includes:
- base.yaml
targets:
- target: /bin
createlinks:
- src: /opt/python-occlum/bin/python3
linkname: python3
# copy:
# - files:
# - /opt/occlum/toolchains/busybox/glibc/busybox
# python packages
- target: /opt
copy:
- dirs:
- ../python-occlum
# python code
- target: /
copy:
- dirs:
- ../chatglm2
- target: /opt/occlum/glibc/lib
copy:
- files:
- /opt/occlum/glibc/lib/libnss_files.so.2
- /opt/occlum/glibc/lib/libnss_dns.so.2
- /opt/occlum/glibc/lib/libresolv.so.2