This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(SciOps Workflows): 🐛 change tab to spaces
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && \ | ||
|