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 committed Dec 11, 2023
1 parent 98637c1 commit 1cb7491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
context: ./mrx-link
file: ./mrx-link/Dockerfile
tags: |
ghcr.io/makinarocks/mrx-link:1.1.0-python${{ matrix.python }}
ghcr.io/makinarocks/mrx-link:1.2.0-python${{ matrix.python }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
build-args: |
Expand Down
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 1cb7491

Please sign in to comment.