We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ef802 commit 883c3fbCopy full SHA for 883c3fb
tests/Dockerfile
@@ -21,6 +21,11 @@ RUN dnf install -y jq bc git go-toolset python3.11 python3.11-devel python3.11-p
21
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 -o /usr/bin/yq &&\
22
chmod +x /usr/bin/yq
23
24
+RUN mkdir -p $HOME/src && \
25
+ cd $HOME/src && \
26
+ git clone --depth=1 --branch ${BRANCH} https://github.com/${ORG}/trustyai-explainability && \
27
+ chmod -R 777 $HOME/src
28
+
29
# Use a specific destination file name in case the url download name changes
30
ADD ${OC_CLI_URL} $HOME/peak/oc-cli.tar.gz
31
RUN tar -C /usr/local/bin -xvf $HOME/peak/oc-cli.tar.gz && \
0 commit comments