Skip to content

Commit e2b3687

Browse files
author
Malav Shastri
committed
update requests lib
1 parent baf551f commit e2b3687

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker/1.3-1/base/Dockerfile.cpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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} && \

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pandas==1.2.4
1313
protobuf==3.20.1
1414
psutil==5.6.7 # sagemaker-containers requires psutil 5.6.7
1515
python-dateutil==2.8.1
16-
requests==2.25.1
1716
retrying==1.3.3
1817
sagemaker-containers==2.8.6.post2
1918
sagemaker-inference==1.5.5

0 commit comments

Comments
 (0)