-
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.
- Loading branch information
gonimoro
committed
Dec 10, 2024
1 parent
cb524ae
commit b1f04af
Showing
1 changed file
with
5 additions
and
4 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 |
---|---|---|
|
@@ -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 \ | ||
|