Skip to content

Commit

Permalink
Explicitly set prettytensor version
Browse files Browse the repository at this point in the history
Looks like HEAD of prettytensor must be used with HEAD of tensorflow.

Here is the error I'm hitting with version 0.7.4
carpedm20/simulated-unsupervised-tensorflow#5
  • Loading branch information
Daniel Rasmuson committed May 1, 2017
1 parent 4ef98f4 commit a306faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get install -y git wget ttf-freefont
ENV PYTHONPATH /root/StackGAN

# Install StackGAN dependencies
RUN pip install prettytensor progressbar python-dateutil \
RUN pip install prettytensor==0.7.3 progressbar python-dateutil \
easydict pandas torchfile pillow pyyaml ipdb

# copy local files to image
Expand Down

0 comments on commit a306faf

Please sign in to comment.