We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1386b81 commit 10080f6Copy full SHA for 10080f6
release/docker/Dockerfile
@@ -16,7 +16,7 @@ RUN conda update --all -y
16
17
# Install extra packages for the algorithmic trading competition
18
RUN conda install black
19
-RUN conda install keras
+RUN pip install keras==2.2.5 tensorflow==1.14.0
20
21
# Install shift-python
22
RUN wget -qO- https://github.com/hanlonlab/shift-python/releases/download/v1.7.0/shift_python-1.7.0-conda_linux.zip | bsdtar -xvf- && \
0 commit comments