Skip to content

Commit

Permalink
don't include cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Aug 5, 2024
1 parent 8a938be commit bc79bd9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ RUN apt-get update && \


# Install Ivy Upstream
RUN git clone --filter=blob:none --no-checkout https://github.com/ivy-llc/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
cd ivy && \
git sparse-checkout init --cone && \
git sparse-checkout set '*' '!ivy/compiler/_cache' && \
git checkout && \
rm -rf compiler/_cache && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit bc79bd9

Please sign in to comment.