Azure / Azure/MachineLearningNotebooks

AzureML deployment issue - OpenCV dependencies

Ouverte
#1,782 5 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Jupyter Notebook
Étoiles
4.4k
Forks
2.6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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,

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.