Skip to content

Commit

Permalink
Updated GPU wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelH96 committed Nov 6, 2019
1 parent f7bc182 commit 1de6b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/s2i/python-gpu/python-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY ./s2i/bin/ /s2i/bin

# keep install of seldon-core after the COPY to force re-build of layer
RUN pip3 install seldon-core
RUN pip3 uninstall tensorflow -y
# RUN pip3 uninstall tensorflow -y
RUN pip3 install tensorflow-gpu

# Numpy version 1.16.1 required for tf-gpu
Expand Down

0 comments on commit 1de6b15

Please sign in to comment.