Skip to content

Commit

Permalink
fix dockerfile (#13287)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy authored Mar 28, 2023
1 parent bce2e37 commit aaca275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN git clone --progress --recurse-submodules https://github.com/unifyai/ivy --d
cat requirements/requirements.txt | grep -v "ivy-" | pip3 install --no-cache-dir -r /dev/stdin && \
cat requirements/optional.txt | grep -v "ivy-" | pip3 install --no-cache-dir -r /dev/stdin && \
python3 -m pip install --user -e . && \
cd ivy_tests/test_array_api && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt

# Install local requirements
Expand Down

0 comments on commit aaca275

Please sign in to comment.