You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Describe the bug
Run is scheduled in Experiment in azure ML, docker builds image correctly, but when executing train.py script we get the following error:
File "train.py", line 15, in <module>
from arcus.ml.images import *
File "/azureml-envs/azureml_c8679ff754035121fa7879f8b571ce9a/lib/python3.6/site-packages/arcus/ml/images/io.py", line 8, in <module>
from cv2 import imread, imdecode, IMREAD_COLOR
File "/azureml-envs/azureml_c8679ff754035121fa7879f8b571ce9a/lib/python3.6/site-packages/cv2/__init__.py", line 5, in <module>
from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
Seems as though a lib is to be added to the build.
To Reproduce
Run a default arcus training script with any train.py script
Describe the bug
Run is scheduled in Experiment in azure ML, docker builds image correctly, but when executing train.py script we get the following error:
Seems as though a lib is to be added to the build.
To Reproduce
Run a default arcus training script with any train.py script
Expected behavior
Should launch training as if it were on local, but in the cloud within a run in an experiment.
The text was updated successfully, but these errors were encountered: