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

Commit

Permalink
fix(SciOps Workflows): 🐛 change tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yambottle committed Oct 5, 2022
1 parent 3593349 commit 0d201e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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" && \
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 @@ -19,7 +19,7 @@ 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" && \
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 0d201e8

Please sign in to comment.