File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ ARG CONDA_CHECKSUM=3190da6626f86eee8abf1b2fd7a5af492994eb2667357ee4243975cdbb175
8
8
ARG CONDA_PY_VERSION=38
9
9
ARG CONDA_PKG_VERSION=4.13.0
10
10
ARG PYTHON_VERSION=3.8.13
11
- ARG PYARROW_VERSION=1.0.0
12
- ARG MLIO_VERSION=0.7.0
11
+ ARG PYARROW_VERSION=10.0.1
12
+ ARG MLIO_VERSION=v0.8.0
13
+ ARG NUMPY_VERSION=1.24.1
13
14
14
15
# Install python and other scikit-learn runtime dependencies
15
16
# Dependency list from http://scikit-learn.org/stable/developers/advanced_installation.html#installing-build-dependencies
@@ -81,9 +82,10 @@ RUN echo "conda ${CONDA_PKG_VERSION}" >> /miniconda3/conda-meta/pinned && \
81
82
conda install -c conda-forge python=${PYTHON_VERSION} && \
82
83
conda install conda=${CONDA_PKG_VERSION} && \
83
84
conda update -y conda && \
85
+ conda install -c conda-forge numpy=${NUMPY_VERSION} && \
84
86
conda install -c conda-forge pyarrow=${PYARROW_VERSION} && \
85
87
cd /tmp && \
86
- git clone --branch v ${MLIO_VERSION} https://github.com/awslabs/ml-io.git mlio && \
88
+ git clone --branch ${MLIO_VERSION} https://github.com/awslabs/ml-io.git mlio && \
87
89
cd mlio && \
88
90
build-tools/build-dependency build/third-party all && \
89
91
mkdir -p build/release && \
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ itsdangerous==2.0.1
6
6
gunicorn == 20.0.4
7
7
model-archiver == 1.0.3
8
8
multi-model-server == 1.1.1
9
- numpy == 1.22
10
9
pandas == 1.1.3
11
10
protobuf == 3.20.2
12
11
psutil == 5.7.2
You can’t perform that action at this time.
0 commit comments