Skip to content

Commit

Permalink
Fixing the mock import error for devel docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Patankar committed Apr 24, 2018
1 parent 8fa93c0 commit 2ca2390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/tools/docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN pip --no-cache-dir install \
ipykernel \
jupyter \
matplotlib \
mock \
numpy \
scipy \
sklearn \
Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/docker/Dockerfile.devel-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN pip --no-cache-dir install \
ipykernel \
jupyter \
matplotlib \
mock \
numpy \
scipy \
sklearn \
Expand Down

0 comments on commit 2ca2390

Please sign in to comment.