Skip to content

Commit

Permalink
Docker image - install PyYAML 3.13 to avoid version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Jun 4, 2019
1 parent f0c853b commit 5954b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update && apt-get upgrade -y \

RUN conda update -n base conda
RUN conda install -y \
joblib
joblib \
PyYAML==3.13
RUN conda install -y -c conda-forge \
tensorflow \
pyopengl \
Expand Down

0 comments on commit 5954b06

Please sign in to comment.