Skip to content

Commit

Permalink
Bump tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
chand1012 committed Jul 14, 2021
1 parent 4a9f6c5 commit f0dfb7b
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.13.1-py3
FROM tensorflow/tensorflow:1.15.5-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.13.1-gpu-py3
FROM tensorflow/tensorflow:1.15.5-gpu-py3

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

0 comments on commit f0dfb7b

Please sign in to comment.