Skip to content

Commit

Permalink
Define Calkit version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
petebachant committed Dec 10, 2024
1 parent 7a4e0c7 commit 0b75af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ RUN apt-get update > /dev/null && \
echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> ~/.bashrc

# Install Calkit
RUN pip install calkit-python
RUN pip install "calkit-python>=0.9.1"

0 comments on commit 0b75af2

Please sign in to comment.