Azure / Azure/MachineLearningNotebooks

AzureML deployment issue - OpenCV dependencies

Open
#1,782 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

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,

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.