gsc
gsc copied to clipboard
Update openvino example
Description of the changes
According to this - https://github.com/gramineproject/gsc/pull/226#pullrequestreview-2532406098
-
Docker optimization: Replaced manual Ubuntu setup with OpenVINO CI Dockerfile (openvino_cg_dev_2024.6.0.dockerfile) :
- Use ubuntu:24.04 base image
- Automate OpenVINO package installation steps
- Configure environment variables (LD_LIBRARY_PATH, VIRTUAL_ENV)
- Prebuild samples to ${INTEL_OPENVINO_DIR}/samples/cpp/samples_bin
- Change entrypoint path
-
Model management improvements:
- Integrated Open Model Zoo for standardized model paths
- Removed deprecated mo.py script
- Migrated to omz_downloader and omz_converter tools
- Added -hint none flag to runtime packages
How to test this PR?
CI
@kailun-qin Any updates?
@mkow @woju Can you review?