Skip to content

Commit

Permalink
update kim-property installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Mar 30, 2024
1 parent fbf93a5 commit 6f517dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ USER openkim
WORKDIR /home/openkim/

# Change to editable installations of things we're likely to edit during the hackathon. Retained Git for this as well as general use
RUN git clone -q --single-branch --recurse-submodules -b spoof-version https://github.com/openkim/kim-property \
RUN git clone -q --single-branch -b v2.6.1 https://github.com/openkim/kim-property \
&& cd kim-property \
&& pip install -e .

Expand Down

0 comments on commit 6f517dd

Please sign in to comment.