Skip to content

Commit

Permalink
Fixing keras and tensorflow versions in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowinkler committed Oct 26, 2019
1 parent 1386b81 commit 10080f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN conda update --all -y

# Install extra packages for the algorithmic trading competition
RUN conda install black
RUN conda install keras
RUN pip install keras==2.2.5 tensorflow==1.14.0

# Install shift-python
RUN wget -qO- https://github.com/hanlonlab/shift-python/releases/download/v1.7.0/shift_python-1.7.0-conda_linux.zip | bsdtar -xvf- && \
Expand Down

0 comments on commit 10080f6

Please sign in to comment.