Skip to content

Commit

Permalink
📌 Pin mrx-link version to 1.2.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwyncho authored Dec 11, 2023
2 parents 98637c1 + 1723417 commit e7f91eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrx-link/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ RUN sed -i "s/^#force_color_prompt=yes/force_color_prompt=yes/" /etc/skel/.bashr
sed -i.bak -e "s/^%admin/#%admin/" /etc/sudoers && \
sed -i.bak -e "s/^%sudo/#%sudo/" /etc/sudoers

ARG MRX_LINK_VERSION="1.1.0"
ARG MRX_LINK_VERSION="1.2.0"
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install --upgrade "build>=0.7" "setuptools>=61.0,<64.0" "wheel>=0.37" && \
python3 -m pip install --upgrade "mrx-link==${MRX_LINK_VERSION}" "notebook==6.5.2" && \
python3 -m pip install --upgrade mrx-link-core mrx-link-git "mrx-link==${MRX_LINK_VERSION}" "notebook==6.5.2" && \
python3 -c "import mrx_link" && \
rm -fr "$(python3 -m pip cache dir)"

Expand Down

0 comments on commit e7f91eb

Please sign in to comment.