Skip to content

Commit

Permalink
Merge pull request #53 from rmatsum836/change_ownership
Browse files Browse the repository at this point in the history
Make changes to reflect change of ownership
  • Loading branch information
rmatsum836 authored Jan 20, 2021
2 parents 89b552a + 928f665 commit 57f654e
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 57f654e

Please sign in to comment.