Skip to content

Commit

Permalink
fix for: Issue: #1 Error with Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevelolper committed Mar 6, 2019
1 parent 848adbb commit 9201739
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
@@ -1,4 +1,4 @@
FROM tensorflow/tensorflow:latest-gpu
FROM tensorflow/tensorflow:1.13.1-gpu-py3
ADD src /tensorflow-project/src
WORKDIR /tensorflow-project/src
RUN pip3 install -r requirements.txt

1 comment on commit 9201739

@TheDevelolper
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest-gpu was subject to change. It was only a matter of time before this wen't terribly wrong.

Please sign in to comment.