Downgrade wheel to isntall gym

This commit is contained in:
Matthias
2023-04-21 06:19:57 +00:00
parent 4a4be27ebc
commit 9bc17a9232
4 changed files with 6 additions and 6 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==23.0.1
&& pip install --upgrade pip==23.0.1 wheel==0.38.4
# Install TA-lib
COPY build_helpers/* /tmp/