Skip to content

Commit

Permalink
Resolves issue with build related to pyyaml (googledatalab#2130)
Browse files Browse the repository at this point in the history
* Resolves issue with Build. Specified pyyaml version that is compatible with google-cloud-dataflow within conda create for python 2.

* Resolving original version issue. Should have been 3.13, not 2.13.
  • Loading branch information
mdhedley authored and Bart Hazen committed Apr 18, 2019
1 parent f19c6cb commit 255909a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
python-dateutil==2.5.0 \
python-snappy==0.5.1 \
pytz==2018.4 \
pyyaml==3.13 \
pyzmq==17.1.0 \
requests==2.18.4 \
scikit-image==0.13.0 \
Expand Down

0 comments on commit 255909a

Please sign in to comment.