Skip to content

Commit 8b85974

Browse files
committed
fix
1 parent aca063f commit 8b85974

File tree

2 files changed

+2
-2
lines changed
  • assets/responsibleai/environments

2 files changed

+2
-2
lines changed

assets/responsibleai/environments/responsibleai-text/context/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN pip install 'azureml-mlflow=={{latest-pypi-version}}' \
2828

2929
RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
3030
'azureml-telemetry=={{latest-pypi-version}}' \
31-
'setuptools>=78.1.1' \
31+
'setuptools==78.1.1' \
3232
'gunicorn>=22.0.0'
3333

3434
# azureml-dataset-runtime[fuse] upper bound for pyarrow is 11.0.0

assets/responsibleai/environments/responsibleai-vision/context/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
4040
RUN pip install 'scikit-learn>=1.5.1' \
4141
'interpret-community==0.31.0' \
4242
'Pillow>=10.3.0' \
43-
'setuptools>=78.1.1' \
43+
'setuptools==78.1.1' \
4444
'numpy==1.26.2' \
4545
'scipy==1.10.0' \
4646
'statsmodels==0.14.0' \

0 commit comments

Comments
 (0)