Skip to content

Commit

Permalink
Just pull from latest of master
Browse files Browse the repository at this point in the history
  • Loading branch information
coleslaw481 authored Feb 2, 2022
1 parent 3fbe86e commit c394425
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 @@ -7,7 +7,7 @@ RUN conda install -y -c conda-forge leidenalg

RUN mkdir /tmp/hidef \
&& cd /tmp/hidef \
&& git clone --branch cdhidef.1.1.1b1 --depth 1 https://github.com/coleslaw481/HiDeF \
&& git clone --depth 1 https://github.com/coleslaw481/HiDeF \
&& cd HiDeF \
&& /opt/conda/bin/python setup.py bdist_wheel \
&& /opt/conda/bin/pip install dist/hidef*whl \
Expand Down

0 comments on commit c394425

Please sign in to comment.