Commit ab79cad 1 parent dff81e5 commit ab79cad Copy full SHA for ab79cad
File tree 5 files changed +17
-3
lines changed
5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ RUN cd /tmp && \
23
23
make && \
24
24
make install
25
25
26
+ # Update awscli for compatibility with the latest botocore version that breaks it
27
+ # https://github.com/boto/boto3/issues/2596
28
+ RUN pip install --upgrade awscli
29
+
26
30
RUN pip install --no-cache-dir \
27
31
PyOpenGL==3.1.0 \
28
32
pyglet==1.3.2 \
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
18
apt- get clean && \
19
19
rm - rf / var/ lib/ apt/ lists/*
20
20
21
- RUN pip install --upgrade pip
21
+ # Update awscli for compatibility with the latest botocore version that breaks it
22
+ # https://github.com/boto/boto3/issues/2596
23
+ RUN pip install --upgrade pip awscli
22
24
23
25
RUN pip install --no-cache-dir \
24
26
Cython==0.29.7 \
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
18
apt- get clean && \
19
19
rm - rf / var/ lib/ apt/ lists/*
20
20
21
- RUN pip install --upgrade pip
21
+ # Update awscli for compatibility with the latest botocore version that breaks it
22
+ # https://github.com/boto/boto3/issues/2596
23
+ RUN pip install --upgrade pip awscli
22
24
23
25
RUN pip install --no-cache-dir \
24
26
Cython==0.29.7 \
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
17
17
apt-get clean && \
18
18
rm -rf /var/lib/apt/lists/*
19
19
20
- RUN pip install --upgrade pip
20
+ # Update awscli for compatibility with the latest botocore version that breaks it
21
+ # https://github.com/boto/boto3/issues/2596
22
+ RUN pip install --upgrade pip awscli
21
23
22
24
RUN pip install --no-cache-dir \
23
25
Cython==0.29.7 \
Original file line number Diff line number Diff line change 44
44
make && \
45
45
make install
46
46
47
+ # Update awscli for compatibility with the latest botocore version that breaks it
48
+ # https://github.com/boto/boto3/issues/2596
49
+ RUN pip install --upgrade awscli
50
+
47
51
RUN pip install ipython \
48
52
sagemaker-containers==2.5.1 \
49
53
redis==3.2.1 \
You can’t perform that action at this time.
0 commit comments