File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ RUN echo "conda ${CONDA_PKG_VERSION}" >> /miniconda3/conda-meta/pinned && \
99
99
python3 setup.py bdist_wheel && \
100
100
python3 -m pip install --upgrade pip && \
101
101
python3 -m pip install dist/*.whl && \
102
- cp -r /tmp/mlio/build/third-party/lib/intel64/gcc4.7/ * /usr/local/lib/ && \
102
+ cp -r /tmp/mlio/build/third-party/lib/libtbb * /usr/local/lib/ && \
103
103
ldconfig && \
104
104
rm -rf /tmp/mlio
105
105
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG CONDA_PY_VERSION=38
8
8
ARG CONDA_PKG_VERSION=4.10.1
9
9
ARG PYTHON_VERSION=3.8.13
10
10
ARG PYARROW_VERSION=10.0.1
11
- ARG MLIO_VERSION=0 .8.0
11
+ ARG MLIO_VERSION=v0 .8.0
12
12
13
13
# Install python and other scikit-learn runtime dependencies
14
14
# Dependency list from http://scikit-learn.org/stable/developers/advanced_installation.html#installing-build-dependencies
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ RUN python -m pip install -r /requirements.txt && \
8
8
rm /requirements.txt
9
9
10
10
COPY dist/sagemaker_sklearn_container-2.0-py3-none-any.whl /sagemaker_sklearn_container-2.0-py3-none-any.whl
11
- # # https://github.com/googleapis/google-cloud-python/issues/6647
12
- RUN rm -rf /miniconda3/lib/python3.7 /site-packages/numpy-1.19.4.dist-info && \
13
- pip install --no-cache /sagemaker_sklearn_container-2.0-py3-none-any.whl && \
11
+ RUN rm /miniconda3/lib/python3.8/site-packages/**/REQUESTED && \
12
+ rm /miniconda3/lib/python3.8 /site-packages/**/direct_url.json
13
+ RUN pip install --no-cache /sagemaker_sklearn_container-2.0-py3-none-any.whl && \
14
14
rm /sagemaker_sklearn_container-2.0-py3-none-any.whl
15
15
16
16
ENV SAGEMAKER_TRAINING_MODULE sagemaker_sklearn_container.training:main
You can’t perform that action at this time.
0 commit comments