Skip to content

Commit

Permalink
fix: update some references
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed May 22, 2024
1 parent 49e4081 commit aa64649
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
url = https://github.com/data-apis/array-api-tests.git
[submodule "docs/demos"]
path = docs/demos
url = https://github.com/unifyai/demos.git
url = https://github.com/Transpile-AI/demos.git
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
rev: v1.7.5
hooks:
- id: docformatter
- repo: https://github.com/unifyai/lint-hook
- repo: https://github.com/Transpile-AI/lint-hook
rev: a72ffb17562d919311653d7f593cb537d1245c19
hooks:
- id: ivy-lint
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt clean && \
apt-get install -y wget \
git -y && \
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/miniconda
/bin/bash ~/miniconda.sh -b -p /opt/miniconda


ENV PATH=$CONDA_DIR/bin:$PATH
Expand All @@ -39,7 +39,7 @@ RUN apt-get update && \


# Install Ivy Upstream
RUN git clone --progress --recurse-submodules https://github.com/unifyai/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
cd ivy && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions docker/DockerfileGPU
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt clean && \
apt-get install -y jq && \
apt-get install git -y && \
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/miniconda
/bin/bash ~/miniconda.sh -b -p /opt/miniconda


# create conda environment
Expand All @@ -58,7 +58,7 @@ RUN apt-get update && \


# install Ivy Upstream
RUN git clone --progress --recurse-submodules https://github.com/unifyai/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
cd ivy && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions docker/DockerfileMultiversion
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt clean && \
apt-get update && \
apt-get install -y wget && \
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/miniconda
/bin/bash ~/miniconda.sh -b -p /opt/miniconda

ENV PATH=$CONDA_DIR/bin:$PATH
RUN conda create --name multienv python==$pycon
Expand All @@ -32,7 +32,7 @@ RUN apt-get update && \


# Install Ivy Upstream
RUN git clone --progress --recurse-submodules https://github.com/unifyai/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
cd ivy && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit aa64649

Please sign in to comment.