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 && \
9999 python3 setup.py bdist_wheel && \
100100 python3 -m pip install --upgrade pip && \
101101 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/ && \
103103 ldconfig && \
104104 rm -rf /tmp/mlio
105105
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG CONDA_PY_VERSION=38
88ARG CONDA_PKG_VERSION=4.10.1
99ARG PYTHON_VERSION=3.8.13
1010ARG PYARROW_VERSION=10.0.1
11- ARG MLIO_VERSION=0 .8.0
11+ ARG MLIO_VERSION=v0 .8.0
1212
1313# Install python and other scikit-learn runtime dependencies
1414# 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 && \
88 rm /requirements.txt
99
1010COPY 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 && \
1414 rm /sagemaker_sklearn_container-2.0-py3-none-any.whl
1515
1616ENV SAGEMAKER_TRAINING_MODULE sagemaker_sklearn_container.training:main
You can’t perform that action at this time.
0 commit comments