Skip to content

Commit

Permalink
Change url of github repo on docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsum836 committed Jan 20, 2021
1 parent 89b552a commit 928f665
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 @@ -25,7 +25,7 @@ RUN apk --update-cache upgrade && \
echo "conda activate slitpore" >> /home/anaconda/.bashrc && \
conda activate slitpore && \
cd /software && \
git clone https://github.com/rmatsum836/mosdef_slitpore && \
git clone https://github.com/mosdef-hub/mosdef_slitpore && \
cd mosdef_slitpore && \
python setup.py install && cd ../ && \
conda clean -afy && apk del .build_deps && \
Expand Down

0 comments on commit 928f665

Please sign in to comment.