Open ALaks96 opened 3 years ago
This is related to the requirements.txt file that should be updated. Things to do:
Working file :
pip==20.3.1
arcus-azureml>=1.1.2.2a2020061514
arcus-ml>=1.0.11.1
opencv-python==3.3.0.9
azureml-telemetry
azureml-widgets
tensorflow
azureml-dataprep
azureml-train
numpy
pandas
azureml-core
tqdm
joblib
scikit-learn
matplotlib
azureml-core
tqdm
scikit-learn
seaborn
scikit-image
inference-schema
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.