File tree Expand file tree Collapse file tree
automl/environments/ai-ml-automl-dnn-vision-gpu/context
vision/environments/automl-dnn-vision-gpu/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu121-py310-torch251:{{latest-image-tag}}
1+ FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu121-py310-torch222:{{latest-image-tag}}
2+
23
34ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/azureml-automl-dnn-vision-gpu
45# Prepend path to AzureML conda environment
@@ -11,19 +12,8 @@ ENV MLFLOW_MODEL_FOLDER="mlflow-model"
1112# ENV AZUREML_ENTRY_SCRIPT="mlflow_score_script.py"
1213
1314# Inference requirements
14- COPY --from=mcr.microsoft.com/azureml/o16n-base/python-assets:20250310.v1 /artifacts /var/
15- RUN apt-get update && \
16- apt-get install -y --no-install-recommends \
17- libcurl4 \
18- liblttng-ust1 \
19- libunwind8 \
20- libxml++2.6-2v5 \
21- nginx-light \
22- psmisc \
23- rsyslog \
24- runit \
25- unzip && \
26- apt-get clean && rm -rf /var/lib/apt/lists/* && \
15+ COPY --from=mcr.microsoft.com/azureml/o16n-base/python-assets:20230419.v1 /artifacts /var/
16+ RUN /var/requirements/install_system_requirements.sh && \
2717 cp /var/configuration/rsyslog.conf /etc/rsyslog.conf && \
2818 cp /var/configuration/nginx.conf /etc/nginx/sites-available/app && \
2919 ln -sf /etc/nginx/sites-available/app /etc/nginx/sites-enabled/app && \
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204 -cu121-py310-torch251 :{{latest-image-tag}}
1+ FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004 -cu121-py310-torch222 :{{latest-image-tag}}
22
33
44ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/azureml-automl-dnn-vision-gpu
@@ -12,19 +12,8 @@ ENV MLFLOW_MODEL_FOLDER="mlflow-model"
1212# ENV AZUREML_ENTRY_SCRIPT="mlflow_score_script.py"
1313
1414# Inference requirements
15- COPY --from=mcr.microsoft.com/azureml/o16n-base/python-assets:20250310.v1 /artifacts /var/
16- RUN apt-get update && \
17- apt-get install -y --no-install-recommends \
18- libcurl4 \
19- liblttng-ust1 \
20- libunwind8 \
21- libxml++2.6-2v5 \
22- nginx-light \
23- psmisc \
24- rsyslog \
25- runit \
26- unzip && \
27- apt-get clean && rm -rf /var/lib/apt/lists/* && \
15+ COPY --from=mcr.microsoft.com/azureml/o16n-base/python-assets:20230419.v1 /artifacts /var/
16+ RUN /var/requirements/install_system_requirements.sh && \
2817 cp /var/configuration/rsyslog.conf /etc/rsyslog.conf && \
2918 cp /var/configuration/nginx.conf /etc/nginx/sites-available/app && \
3019 ln -sf /etc/nginx/sites-available/app /etc/nginx/sites-enabled/app && \
You can’t perform that action at this time.
0 commit comments