Skip to content

Commit

Permalink
Update tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
chand1012 committed Jul 14, 2021
1 parent a74da5d commit f907fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tensorflow/tensorflow:1.12.0-py3
FROM tensorflow/tensorflow:1.13.1-py3

ENV LANG=C.UTF-8
RUN mkdir /gpt-2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tensorflow/tensorflow:1.12.0-gpu-py3
FROM tensorflow/tensorflow:1.13.1-gpu-py3

# nvidia-docker 1.0
LABEL com.nvidia.volumes.needed="nvidia_driver"
Expand Down

0 comments on commit f907fb6

Please sign in to comment.