Skip to content

Commit bd20ce9

Browse files
authored
Update Dockerfile
1 parent 790b863 commit bd20ce9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.ci/docker/centos-rocm/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ COPY ./common/install_conda.sh install_conda.sh
4848
COPY ./common/common_utils.sh common_utils.sh
4949
RUN 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
5953
ARG VISION
@@ -88,11 +82,6 @@ ENV MAGMA_HOME /opt/rocm/magma
8882
ENV LANG en_US.utf8
8983
ENV 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
9887
ARG NINJA_VERSION

0 commit comments

Comments
 (0)