Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
petebachant authored Dec 25, 2024
1 parent 971530c commit 3d43b9f
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 --no-cache-dir "calkit-python>=0.9.3"
RUN pip install --no-cache-dir "calkit-python>=0.11.1"

0 comments on commit 3d43b9f

Please sign in to comment.