File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ RUN echo "conda ${CONDA_PKG_VERSION}" >> /miniconda3/conda-meta/pinned && \
9595 conda config --system --set show_channel_urls true && \
9696 echo "python ${PYTHON_VERSION}.*" >> /miniconda3/conda-meta/pinned && \
9797 conda install -c conda-forge python=${PYTHON_VERSION} && \
98+ pip install requests==2.27.0 && \
9899 conda install conda=${CONDA_PKG_VERSION} && \
99100 conda update -y conda && \
100101 conda install -c conda-forge pyarrow=${PYARROW_VERSION} && \
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ pandas==1.2.4
1313protobuf == 3.20.1
1414psutil == 5.6.7 # sagemaker-containers requires psutil 5.6.7
1515python-dateutil == 2.8.1
16- requests == 2.25.1
1716retrying == 1.3.3
1817sagemaker-containers == 2.8.6.post2
1918sagemaker-inference == 1.5.5
You can’t perform that action at this time.
0 commit comments