Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
feat(SciOps Workflows): ✨ enable jupyter widget + plotly
Browse files Browse the repository at this point in the history
  • Loading branch information
yambottle committed Oct 5, 2022
1 parent 314658a commit 3593349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ARG REPO_NAME
WORKDIR /tmp
RUN ssh-keyscan -t ed25519 github.com >> $HOME/.ssh/known_hosts && \
git clone [email protected]:${REPO_OWNER}/${REPO_NAME}.git && \
# Install jupyter widgets - pinned for iub-lulab
conda install -y -n base -c conda-forge "jupyterlab_widgets=1.1.1" "ipywidgets=7.7.1" "nodejs>=18" "plotly=5.7.0" && \
pip install ./${REPO_NAME} && \
cp -r ./${REPO_NAME}/notebooks/ /home/ && \
cp -r ./${REPO_NAME}/images/ /home/notebooks/ || true && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ARG REPO_NAME
WORKDIR /tmp
RUN ssh-keyscan -t ed25519 github.com >> $HOME/.ssh/known_hosts && \
git clone [email protected]:${REPO_OWNER}/${REPO_NAME}.git && \
# Install jupyter widgets - pinned for iub-lulab
conda install -y -n base -c conda-forge "jupyterlab_widgets=1.1.1" "ipywidgets=7.7.1" "nodejs>=18" "plotly=5.7.0" && \
pip install ./${REPO_NAME} && \
cp -r ./${REPO_NAME}/notebooks/ /home/ && \
cp -r ./${REPO_NAME}/images/ /home/notebooks/ || true && \
Expand Down

0 comments on commit 3593349

Please sign in to comment.