Hi there Lai, Joseph
Thanks for using QandA platform
Try to create a Docker image with Python 3.10, install dependencies, and ensure promptflow-runtime is included. Use an Azure ML base image, install Python 3.10, upgrade pip, and add:
pip install promptflow promptflow[azure] promptflow-runtime
Set Python 3.10 in your environment and deploy using the custom image.
If this helps kindly accept the answer thanks much.