Skip to content

Commit

Permalink
Fixing broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gonimoro committed Dec 10, 2024
1 parent cb524ae commit b1f04af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions single-user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit b1f04af

Please sign in to comment.