Azure / Azure/MachineLearningNotebooks
AzureML deployment issue - OpenCV dependencies
未關閉
- 主要語言
- Jupyter Notebook
- 星號
- 4.4k
- 分支
- 2.6k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I am recieving the following error when trying to deploy a model with my entry script that uses opencv.
`ImportError: libGL.so.1: cannot open shared object file: No such file or directory`
I understand this is because the docker image behind the scenes doesn't contain the following lines:
`RUN apt-get update `
`RUN apt-get install ffmpeg libsm6 libxext6 -y`
How can add this to the docker image automatically created during deployment?
Thanks,
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
首先檢查 AzureML 部署組態,以及如何為進入點指令碼指定自動建立的 Docker 映像。使用以 OpenCV 為基礎的部署重現 libGL.so.1 錯誤,然後確認產生的映像包含必要的系統相依項目,且模型能夠成功部署。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- azure, docker, opencv
- 領域
- cloud, devops, machine-learning
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100