pin pip installation to <23.1 - which breaks gym installation

This commit is contained in:
Matthias
2023-04-16 08:56:47 +02:00
parent f6e93114e6
commit 4ed670f828
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ FROM base as python-deps
RUN apt-get update \
&& apt-get -y install build-essential libssl-dev git libffi-dev libgfortran5 pkg-config cmake gcc \
&& apt-get clean \
&& pip install --upgrade pip
&& pip install --upgrade pip==23.0.1
# Install TA-lib
COPY build_helpers/* /tmp/