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 3ce5712 commit 248f1b3Copy full SHA for 248f1b3
Dockerfile
@@ -83,7 +83,8 @@ RUN apt-get install -y libfreetype6-dev && \
83
pip install keras && \
84
pip install keras-tuner && \
85
pip install flake8 && \
86
- pip install theano-pymc && \
+ # Pinned because it breaks theano test with the latest version (b/178107003).
87
+ pip install theano-pymc==1.0.11 && \
88
pip install python-Levenshtein && \
89
pip install hep_ml && \
90
# NLTK Project datasets
0 commit comments