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 yebrahim committed Apr 1, 2019
1 parent 32c860a commit 3f0e2a8
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 @@ -96,6 +96,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 3f0e2a8

Please sign in to comment.