File tree Expand file tree Collapse file tree
finetune_acft_hf_nlp/environments/acpt/context
finetune_acft_image/environments
acft_image_huggingface/context
acft_image_medimageinsight_adapter_finetune/context
acft_image_medimageinsight_embedding_generator/context
acft_image_medimageinsight_embedding/context
acft_image_mmdetection/context
acft_video_mmtracking/context
acpt_image_framework_selector/context
finetune_acft_multimodal/environments/acpt_multimodal/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ COPY finetune_run.py /azureml/finetune/run.py
1313
1414RUN pip install -r requirements.txt --no-cache-dir
1515
16- RUN pip install mlflow==2.19.0
16+ RUN pip install mlflow==2.20.3
1717RUN python -m nltk.downloader punkt
1818RUN python -m nltk.downloader punkt_tab
1919RUN MAX_JOBS=4 pip install flash-attn==2.5.5 --no-build-isolation
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ COPY requirements.txt .
99RUN pip install -r requirements.txt --no-cache-dir
1010
1111# Vulnerability Fix
12- RUN pip install gunicorn==22 .0.0
12+ RUN pip install gunicorn==23 .0.0
1313RUN pip install certifi==2024.07.04
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ optimum==1.24.0
1111diffusers == 0.27.2
1212huggingface-hub == 0.25.2
1313setuptools >= 71.1.0
14- mlflow == 2.16 .0
14+ mlflow == 2.19 .0
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ gdown~=5.2.0
1111opencv-python ~= 4.10.0.84
1212pydicom ~= 2.4.0
1313pandas == 2.2.3
14- mlflow == 2.19.0
14+ mlflow == 2.20.3
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ azure-storage-blob==12.13.0
2323deepspeed == 0.15.1
2424GPUtil == 1.4.0
2525mup == 1.0.0
26- mlflow == 2.20.2
26+ mlflow == 2.20.3
2727torchvision == 0.17.0
2828torch == 2.2.0
2929safetensors == 0.5.2
Original file line number Diff line number Diff line change 11azureml-acft-common-components =={{latest-pypi-version}}
22azureml-acft-contrib-hf-nlp =={{latest-pypi-version}}
3- mlflow == 2.20.2
3+ mlflow == 2.20.3
44cloudpickle == 2.2.1
55colorama == 0.4.6
66einops == 0.8.0
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ RUN mim install mmcv==2.2.0 -f https://download.openmmlab.com/mmcv/dist/cu118/to
2020RUN sed -i 's/2.2.0/2.3.0/' /opt/conda/envs/ptca/lib/python3.10/site-packages/mmdet/__init__.py
2121
2222# Vulnerability Fix
23- RUN pip install gunicorn==22 .0.0
23+ RUN pip install gunicorn==23 .0.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get install -y gfortran libopenblas-dev liblapack-dev
2121
2222# vulnerability fixes - this will be removed once we update to MMTracking's latest version
2323RUN pip install scipy==1.10.1
24- RUN pip install gunicorn==22 .0.0
24+ RUN pip install gunicorn==23 .0.0
2525RUN pip install onnx==1.17.0
2626
2727# It is recommended to upgrade to numpy version 1.23.5 to address the numpy.core.multiarray issue
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ RUN pip install -r requirements.txt --no-cache-dir
1111ENV AZURE_ML_CLI_PRIVATE_FEATURES_ENABLED=True
1212
1313# Vulnerability Fix
14- RUN pip install gunicorn==22 .0.0
14+ RUN pip install gunicorn==23 .0.0
1515RUN pip install certifi==2024.07.04
1616RUN pip install onnx==1.17.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN pip install azureml-metrics==0.0.33
1515RUN pip install datasets==2.15.0
1616RUN pip install pyarrow==14.0.1
1717RUN pip install cryptography==44.0.1
18- RUN pip install gunicorn==22 .0.0
18+ RUN pip install gunicorn==23 .0.0
1919RUN pip install onnxruntime==1.17.3
2020RUN pip install onnx==1.17.0
2121RUN pip install scikit-learn==1.5.0
You can’t perform that action at this time.
0 commit comments