Skip to content

Commit 248f1b3

Browse files
authored
Fix theano test (#941)
http://b/178107003
1 parent 3ce5712 commit 248f1b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ RUN apt-get install -y libfreetype6-dev && \
8383
pip install keras && \
8484
pip install keras-tuner && \
8585
pip install flake8 && \
86-
pip install theano-pymc && \
86+
# Pinned because it breaks theano test with the latest version (b/178107003).
87+
pip install theano-pymc==1.0.11 && \
8788
pip install python-Levenshtein && \
8889
pip install hep_ml && \
8990
# NLTK Project datasets

0 commit comments

Comments
 (0)