File tree Expand file tree Collapse file tree 11 files changed +15
-13
lines changed
Expand file tree Collapse file tree 11 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
33phases :
44 install :
55 runtime-versions :
6- python : 3.8
6+ python : 3.10
77 docker : 17
88 pre_build :
99 commands :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
33phases :
44 install :
55 runtime-versions :
6- python : 3.8
6+ python : 3.10
77 docker : 19
88 pre_build :
99 commands :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
33phases :
44 install :
55 runtime-versions :
6- python : 3.8
6+ python : 3.10
77 docker : 19
88 pre_build :
99 commands :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
33phases :
44 install :
55 runtime-versions :
6- python : 3.8
6+ python : 3.10
77 docker : 19
88 commands :
99 - yum update -y
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG MINICONDA_VERSION=4.9.2
88ARG CONDA_PY_VERSION=39
99ARG CONDA_CHECKSUM="b4e46fcc8029e2cfa731b788f25b1d36"
1010ARG CONDA_PKG_VERSION=4.10.1
11- ARG PYTHON_VERSION=3.8.13
11+ ARG PYTHON_VERSION=3.10.4
1212ARG PYARROW_VERSION=1.0
1313ARG MLIO_VERSION=0.7.0
1414ARG XGBOOST_VERSION=1.5.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG MINICONDA_VERSION=4.9.2
77ARG CONDA_PY_VERSION=39
88ARG CONDA_CHECKSUM="af1c16d821569ebf1bdaf549fcba7d27"
99ARG CONDA_PKG_VERSION=4.10.1
10- ARG PYTHON_VERSION=3.8.13
10+ ARG PYTHON_VERSION=3.10.4
1111ARG PYARROW_VERSION=1.0
1212ARG MLIO_VERSION=arch-agnostic
1313ARG XGBOOST_VERSION=1.5.2
Original file line number Diff line number Diff line change 11ARG SAGEMAKER_XGBOOST_VERSION=1.5-1
2- ARG PYTHON_VERSION=3.8
2+ ARG PYTHON_VERSION=3.10
33
44FROM xgboost-container-base:${SAGEMAKER_XGBOOST_VERSION}-cpu-py3
55
@@ -15,7 +15,7 @@ RUN python3 -m pip install -r /requirements.txt && rm /requirements.txt
1515# Copy wheel to container #
1616###########################
1717COPY dist/sagemaker_xgboost_container-2.0-py2.py3-none-any.whl /sagemaker_xgboost_container-1.0-py2.py3-none-any.whl
18- RUN rm -rf /miniconda3/lib/python3.7/site-packages/numpy-1.21.2 .dist-info && \
18+ RUN rm -rf /miniconda3/lib/python3.7/site-packages/numpy-1.22.4 .dist-info && \
1919 python3 -m pip install --no-cache /sagemaker_xgboost_container-1.0-py2.py3-none-any.whl && \
2020 python3 -m pip uninstall -y typing && \
2121 rm /sagemaker_xgboost_container-1.0-py2.py3-none-any.whl
Original file line number Diff line number Diff line change 11ARG SAGEMAKER_XGBOOST_VERSION=1.5-1
2- ARG PYTHON_VERSION=3.8
2+ ARG PYTHON_VERSION=3.10
33
44FROM xgboost-container-base:${SAGEMAKER_XGBOOST_VERSION}-cpu-py3-arm64
55
@@ -15,7 +15,7 @@ RUN python3 -m pip install -r /requirements.txt && rm /requirements.txt
1515# Copy wheel to container #
1616###########################
1717COPY dist/sagemaker_xgboost_container-2.0-py2.py3-none-any.whl /sagemaker_xgboost_container-1.0-py2.py3-none-any.whl
18- RUN rm -rf /miniconda3/lib/python3.8/site-packages/numpy-1.21.2 .dist-info && \
18+ RUN rm -rf /miniconda3/lib/python3.8/site-packages/numpy-1.22.4 .dist-info && \
1919 python3 -m pip install --no-cache /sagemaker_xgboost_container-1.0-py2.py3-none-any.whl && \
2020 python3 -m pip uninstall -y typing && \
2121 rm /sagemaker_xgboost_container-1.0-py2.py3-none-any.whl
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gunicorn==19.10.0
88itsdangerous == 2.0.1
99matplotlib == 3.4.1
1010multi-model-server == 1.1.2
11- numpy == 1.21.0
11+ numpy == 1.22.4
1212pandas == 1.2.4
1313protobuf == 3.20.1
1414psutil == 5.6.7 # sagemaker-containers requires psutil 5.6.7
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ def read(fname):
3131 'Programming Language :: Python :: 3.6' ,
3232 'Programming Language :: Python :: 3.7' ,
3333 'Programming Language :: Python :: 3.8' ,
34+ 'Programming Language :: Python :: 3.9' ,
35+ 'Programming Language :: Python :: 3.10' ,
3436 ],
3537
3638 install_requires = read ("requirements.txt" ),
You can’t perform that action at this time.
0 commit comments