Azure / Azure/MachineLearningNotebooks

AzureML deployment issue - OpenCV dependencies

オープン
#1,782 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。