File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,6 @@ COPY ./common/install_conda.sh install_conda.sh
4848COPY ./common/common_utils.sh common_utils.sh
4949RUN bash ./install_conda.sh && rm install_conda.sh common_utils.sh /opt/conda/requirements-ci.txt
5050
51- # (optional) Install protobuf for ONNX
52- ARG PROTOBUF
53- COPY ./common/install_protobuf.sh install_protobuf.sh
54- RUN if [ -n "${PROTOBUF}" ]; then bash ./install_protobuf.sh; fi
55- RUN rm install_protobuf.sh
56- ENV INSTALLED_PROTOBUF ${PROTOBUF}
5751
5852# (optional) Install vision packages like OpenCV
5953ARG VISION
@@ -88,11 +82,6 @@ ENV MAGMA_HOME /opt/rocm/magma
8882ENV LANG en_US.utf8
8983ENV LC_ALL en_US.utf8
9084
91- # (optional) Install non-default CMake version
92- ARG CMAKE_VERSION
93- COPY ./common/install_cmake.sh install_cmake.sh
94- RUN if [ -n "${CMAKE_VERSION}" ]; then bash ./install_cmake.sh; fi
95- RUN rm install_cmake.sh
9685
9786# (optional) Install non-default Ninja version
9887ARG NINJA_VERSION
You can’t perform that action at this time.
0 commit comments