Skip to content

Commit 10080f6

Browse files
committed
Fixing keras and tensorflow versions in Dockerfile
1 parent 1386b81 commit 10080f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN conda update --all -y
1616

1717
# Install extra packages for the algorithmic trading competition
1818
RUN conda install black
19-
RUN conda install keras
19+
RUN pip install keras==2.2.5 tensorflow==1.14.0
2020

2121
# Install shift-python
2222
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

Comments
 (0)