diff --git a/docker/dockerfile.tf b/docker/dockerfile.tf index 6d80ba733..bff6f94af 100644 --- a/docker/dockerfile.tf +++ b/docker/dockerfile.tf @@ -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/