Skip to content

Commit

Permalink
revert tensorflow install (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored May 30, 2023
1 parent e4343a1 commit 0766911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/tensorflow2 back
# Tensorflow dependencies (only)
# Pinning to pass hugectr sok tests
# wrapt 1.5.0 introduce hugectr test failures, so downgrade to 1.14.0
RUN pip install --no-cache-dir tensorflow protobuf==3.20.3 wrapt==1.14.0 \
&& pip uninstall tensorflow keras -y
RUN pip install --no-cache-dir tensorflow-gpu==2.9.2 protobuf==3.20.3 wrapt==1.14.0 \
&& pip uninstall tensorflow-gpu keras -y

# DLFW Tensorflow packages
COPY --chown=1000:1000 --from=dlfw /usr/local/lib/python3.8/dist-packages/tensorflow /usr/local/lib/python3.8/dist-packages/tensorflow/
Expand Down

0 comments on commit 0766911

Please sign in to comment.