Skip to content

Commit

Permalink
installing package in post build
Browse files Browse the repository at this point in the history
  • Loading branch information
joak-zuehlke committed Nov 23, 2017
1 parent 1a959a6 commit 7cc6127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# NOTE: this file needs to be executable in order to work.
python setup.py install
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ click
numpy
Pillow
tensorflow>=1.0.0
matplotlib
-e git+https://github.com/jakeret/tf_unet.git#egg=tf_unet
matplotlib

0 comments on commit 7cc6127

Please sign in to comment.