-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating to latest datascience-notebook image (#227)
* Updating to latest datascience-notebook image * Fixing broken dependencies * Updating test metadata * More test metadata updates --------- Co-authored-by: gonimoro <>
- Loading branch information
Showing
4 changed files
with
20 additions
and
23 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
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
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 |
---|---|---|
|
@@ -30,10 +30,10 @@ RUN mamba install -y --quiet \ | |
PennyLane \ | ||
qiskit \ | ||
qiskit-machine-learning \ | ||
dwave-ocean-sdk \ | ||
# resource usage info in GUI | ||
jupyter-resource-usage \ | ||
&& conda clean --all | ||
|
||
|
||
# Octave, install on a different environment | ||
# Octave from conda won't build packages | ||
|
@@ -77,13 +77,14 @@ RUN conda config --add channels bioconda \ | |
emboss \ | ||
&& conda clean --all | ||
|
||
# packages not in conda | ||
# packages not present or not their newest version in conda | ||
RUN pip install --no-cache-dir \ | ||
git+https://github.com/EGI-Foundation/[email protected] \ | ||
h5glance \ | ||
nbtop \ | ||
panel | ||
|
||
panel \ | ||
# quantum SDK | ||
dwave-ocean-sdk | ||
# EMSO | ||
# python3.7, install on a different environment | ||
RUN mamba create --name python3.7 -y --quiet -c conda-forge ipython python=3.7 ipykernel libsndfile \ | ||
|
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