Skip to content

Commit

Permalink
Merge pull request #2229 from WBobby/amd-r2.12-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 authored Sep 17, 2023
2 parents 2410a69 + 70fdad1 commit cba546b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,5 @@ 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
COPY clone_test_repo.sh /clone_test_repo.sh
RUN if [ -n "${TF_TESTING_FL}" ]; then bash /clone_test_repo.sh; fi
Original file line number Diff line number Diff line change
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 cba546b

Please sign in to comment.