Skip to content

Commit

Permalink
Update git clone url
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba authored Sep 8, 2023
1 parent 01762a3 commit 5fc9ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y python3 python
RUN python3 -m pip install --upgrade pip
RUN pip install synapseclient

RUN git clone https://github.com/pranavanba/recover-parquet-internal.git /root/recover-parquet-internal
RUN git clone https://github.com/Sage-Bionetworks/recover-parquet-internal.git /root/recover-parquet-internal
RUN Rscript /root/recover-parquet-internal/install_requirements.R

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
Expand Down

0 comments on commit 5fc9ade

Please sign in to comment.