File tree Expand file tree Collapse file tree 7 files changed +9
-6
lines changed
text/components/rai_text_insights
vision/components/rai_vision_insights Expand file tree Collapse file tree 7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ RUN pip install git+https://github.com/huggingface/evaluate.git
44
44
# To resolve vulnerability issue
45
45
RUN pip install 'Werkzeug>=3.0.3'
46
46
RUN pip install 'tqdm>=4.66.3'
47
+ RUN pip install 'setuptools>=78.1.1'
47
48
48
49
# clean conda and pip caches
49
50
RUN conda run -p $CONDA_PREFIX pip cache purge && \
Original file line number Diff line number Diff line change 1
1
azure-ai-ml == 1.25.0
2
2
azure-identity == 1.20.0
3
- azureml-core >= 1.58.0
3
+ azureml-core >= 1.58.0
4
+ marshmallow == 3.19.0
Original file line number Diff line number Diff line change 13
13
14
14
BUILD_CONTEXT = Path ("../context" )
15
15
JOB_SOURCE_CODE = "src"
16
- TIMEOUT_MINUTES = os .environ .get ("timeout_minutes" , 30 )
16
+ TIMEOUT_MINUTES = os .environ .get ("timeout_minutes" , 60 )
17
17
STD_LOG = Path ("artifacts/user_logs/std_log.txt" )
18
18
19
19
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
40
40
RUN pip install 'scikit-learn>=1.5.1' \
41
41
'interpret-community==0.31.0' \
42
42
'Pillow>=10.3.0' \
43
- 'setuptools>=65.5.1' \
44
43
'numpy==1.26.2' \
45
44
'scipy==1.10.0' \
46
45
'statsmodels==0.14.0' \
@@ -66,6 +65,7 @@ RUN pip install 'lightgbm>=4.6.0'
66
65
RUN pip install 'torch>=2.2.2'
67
66
# To resolve GHSA-jh2j-j4j9-crg3 vulnerability issue
68
67
RUN pip install 'opencv-python-headless==4.8.1.78'
68
+ RUN pip install 'setuptools>=78.1.1'
69
69
70
70
# clean conda and pip caches
71
71
RUN conda run -p $CONDA_PREFIX pip cache purge && \
Original file line number Diff line number Diff line change 1
1
azure-ai-ml == 1.25.0
2
2
azure-identity == 1.20.0
3
- azureml-core >= 1.58.0
3
+ azureml-core >= 1.58.0
4
+ marshmallow == 3.19.0
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ outputs:
69
69
type : path
70
70
description : Json file to which UX is serialized to for viewing in static AzureML Studio UI
71
71
code : ../src
72
- environment : azureml://registries/azureml/environments/responsibleai-text/versions/18
72
+ environment : azureml://registries/azureml/environments/responsibleai-text/versions/19
73
73
command : >-
74
74
python ./rai_text_insights.py
75
75
--task_type ${{inputs.task_type}}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ outputs:
116
116
type : path
117
117
description : Json file to which UX is serialized to for viewing in static AzureML Studio UI
118
118
code : ../src
119
- environment : azureml://registries/azureml/environments/responsibleai-vision/versions/21
119
+ environment : azureml://registries/azureml/environments/responsibleai-vision/versions/22
120
120
command : >-
121
121
python ./rai_vision_insights.py
122
122
--task_type ${{inputs.task_type}}
You can’t perform that action at this time.
0 commit comments