File tree Expand file tree Collapse file tree
assets/training/model_management/environments/model-management/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:{{latest
22
33WORKDIR /
44
5- RUN apt-get update && apt-get upgrade -y && apt-get install wget nscd python3-idna git git-lfs -y
5+ RUN apt-get update && apt-get upgrade -y && apt-get install wget nscd python3-idna git git-lfs libxml2 -y
66
77# azcopy install starts
88RUN echo "Downloading azcopy to file azcopy.tar ...." ;\
@@ -25,7 +25,7 @@ RUN conda install python=3.9 -y
2525RUN pip install -r requirements.txt --no-cache-dir
2626
2727# Vulnerability fix
28- RUN pip install Pillow gunicorn onnx==1.17.0 idna tqdm requests==2.32.1 tornado==6.4.2 certifi==2024.07.04 urllib3==1.26.19 scikit-learn==1.5.1 mlflow==2.20.3 mlflow-skinny==2.20.3 marshmallow==3.23.2
28+ RUN pip install torch==2.6.0 torchvision --no-cache-dir
2929
3030# List pip packages
3131RUN pip list
Original file line number Diff line number Diff line change @@ -15,3 +15,17 @@ pyarrow==14.0.2
1515GitPython =={{latest-pypi-version}}
1616paramiko =={{latest-pypi-version}}
1717cryptography == 44.0.2
18+ ####
19+ Pillow
20+ gunicorn
21+ onnx == 1.17.0
22+ idna
23+ tqdm
24+ requests == 2.32.1
25+ tornado == 6.4.2
26+ certifi == 2024.07.04
27+ urllib3 == 1.26.19
28+ scikit-learn == 1.5.1
29+ mlflow == 2.20.3
30+ mlflow-skinny == 2.20.3
31+ marshmallow == 3.23.2
You can’t perform that action at this time.
0 commit comments