Skip to content

Commit

Permalink
asdlfkds
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Apr 19, 2024
1 parent 7a8edc8 commit 6d78288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfiles/ldpred2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ WORKDIR /tmp
RUN rm -rf 2.3.5.zip PRSice-2.3.5

WORKDIR /tmp/miniforge
RUN curl -sSL "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge3-24.3.0-0-$("uname")-$("uname -m").sh" -o /tmp/miniforge.sh \
RUN curl -sSL "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge3-24.3.0-0-$("uname")-$("uname" "-m").sh" -o /tmp/miniforge.sh \
&& mkdir /root/.conda \
&& bash /tmp/miniforge.sh -bfp /usr/local \
&& rm -rf /tmp/miniforge.sh \
Expand Down

0 comments on commit 6d78288

Please sign in to comment.