Skip to content

Commit

Permalink
Merge pull request tensorflow#2230 from WBobby/amd-r2.13-rocm-enhanced
Browse files Browse the repository at this point in the history
Remove the duplicate code and add cmake package for QA
  • Loading branch information
pramenku committed Oct 5, 2023
2 parents 670f202 + 02e560f commit df5553d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -65,8 +65,6 @@ RUN echo build --host_action_env=DOCKER_HOST_CACHEBUSTER=$(date +%s%N)$RANDOM >>

ARG TF_TESTING_FL
ENV TF_TESTING_FL=${TF_TESTING_FL}
ARG DWLD_TF_SRC_CMD
RUN if [ -n "${DWLD_TF_SRC_CMD}" ]; then eval "${DWLD_TF_SRC_CMD}"; fi
ARG CLONE_TEST_REPO
COPY ${CLONE_TEST_REPO} /${CLONE_TEST_REPO}
RUN if [ -n "${CLONE_TEST_REPO}" ]; then bash /${CLONE_TEST_REPO}; fi
Expand Up @@ -50,3 +50,5 @@ junitparser ~= 2.2.0
lxml ~= 4.9.1
pylint ~= 2.13.9
urllib3<2
# For QA test
cmake

0 comments on commit df5553d

Please sign in to comment.