Skip to content

Commit

Permalink
Restore checkout of trustyai-exp (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobGeada authored Jul 29, 2024
1 parent c4ef802 commit 883c3fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ RUN dnf install -y jq bc git go-toolset python3.11 python3.11-devel python3.11-p
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 -o /usr/bin/yq &&\
chmod +x /usr/bin/yq

RUN mkdir -p $HOME/src && \
cd $HOME/src && \
git clone --depth=1 --branch ${BRANCH} https://github.com/${ORG}/trustyai-explainability && \
chmod -R 777 $HOME/src

# Use a specific destination file name in case the url download name changes
ADD ${OC_CLI_URL} $HOME/peak/oc-cli.tar.gz
RUN tar -C /usr/local/bin -xvf $HOME/peak/oc-cli.tar.gz && \
Expand Down

0 comments on commit 883c3fb

Please sign in to comment.