Skip to content

Commit

Permalink
Try to correct CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 15, 2024
1 parent f8554d0 commit 55e6f8c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ WORKDIR /
RUN wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 -q && tar xjf linux-amd64-github-release.tar.bz2 && cp bin/linux/amd64/github-release /usr/bin

ENV PATH="/opt/_internal/cpython-${PYTHON_FULL_VERSION}/bin:/opt/python/bin:${PATH}"
# upgrade pip, purge pip cache and then
# install python packages necessary to use the language resources install script
RUN pip${PYTHON_VERSION} install -U pip
# install python packages necessary to use the language resources install script
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip${PYTHON_VERSION} install arpy requests tqdm scikit-build pyside${PYSIDE_VERSION} shiboken${PYSIDE_VERSION} ; fi"
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip${PYTHON_VERSION} install -U pip && pip${PYTHON_VERSION} cache purge && pip${PYTHON_VERSION} install --no-cache-dir arpy requests tqdm scikit-build pyside${PYSIDE_VERSION} shiboken${PYSIDE_VERSION} ; fi"

RUN mkdir -p /src/
RUN git clone -v --branch=$BRANCH --recurse-submodules https://${GITHUB_TOKEN}@github.com/aymara/lima /src/lima
Expand Down

0 comments on commit 55e6f8c

Please sign in to comment.