Skip to content

Commit

Permalink
fix: using the main repo and branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Nov 15, 2024
1 parent 2584416 commit d603ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ RUN pip install --upgrade pip

# Install Algorithmic efficiency repo
RUN echo "Setting up algorithmic_efficiency repo"
ARG branch="python311"
ARG branch="main"
ARG framework="both"
ARG git_url=https://github.com/init-22/algorithmic-efficiency.git
ARG git_url=https://github.com/mlcommons/algorithmic-efficiency.git
RUN git clone $git_url && cd /algorithmic-efficiency
RUN cd /algorithmic-efficiency && git checkout $branch

Expand Down

0 comments on commit d603ce9

Please sign in to comment.