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,
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。