File tree Expand file tree Collapse file tree
assets/training/finetune_acft_multimodal/environments/acpt_multimodal/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# PTCA image
2- FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222 :{{latest-image-tag:biweekly\.\d {6}\.\d {1}.*}}
2+ FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch260 :{{latest-image-tag:biweekly\.\d {6}\.\d {1}.*}}
33
44USER root
55RUN apt-get -y update && apt-get install -y expat
@@ -18,4 +18,6 @@ RUN pip install cryptography==44.0.1
1818RUN pip install gunicorn==23.0.0
1919RUN pip install onnxruntime==1.17.3
2020RUN pip install onnx==1.17.0
21- RUN pip install scikit-learn==1.5.0
21+ RUN pip install scikit-learn==1.5.0
22+ RUN pip install azureml-acft-common-components=={{latest-pypi-version}}
23+ RUN pip install azureml-acft-accelerator=={{latest-pypi-version}}
Original file line number Diff line number Diff line change 1- azureml-acft-accelerator =={{latest-pypi-version}}
21# azureml-evaluate-mlflow=={{latest-pypi-version}}
3- azureml-acft-common-components =={{latest-pypi-version}}
42azureml-acft-contrib-hf-nlp =={{latest-pypi-version}}
53# Temporarily commenting azureml_acft_multimodal_components since it is not supported in python 3.10 and we need to
64# upgrade to python 3.10 to address scikit-learn vulnerability(version 1.5.0) which requires python>=3.9
@@ -10,7 +8,7 @@ azureml-acft-contrib-hf-nlp=={{latest-pypi-version}}
108mltable == 1.5.0
119transformers == 4.48.0
1210peft == 0.4.0
13- deepspeed == 0.15.2
11+ deepspeed == 0.16.9
1412optimum == 1.23.3
1513accelerate == 0.25.0
1614diffusers == 0.24.0
You can’t perform that action at this time.
0 commit comments