File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
struct2tensor/tools/tf_serving_docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5959RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 && \
6060 update-alternatives --install /usr/bin/python python /usr/bin/python3.6 0
6161
62- RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
62+ RUN curl -fSsL -O https://bootstrap.pypa.io/pip/3.6/ get-pip.py && \
6363 python3 get-pip.py && \
6464 rm get-pip.py
6565
6666RUN pip3 --no-cache-dir install --upgrade numpy
6767
6868# Set up Bazel
69- ENV BAZEL_VERSION 3.7.2
69+ ENV BAZEL_VERSION 5.0.0
7070WORKDIR /bazel
7171RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
7272 chmod +x bazel-*.sh && \
You can’t perform that action at this time.
0 commit comments