Skip to content
Snippets Groups Projects
Commit 2470d2dd authored by Michael Thiel's avatar Michael Thiel
Browse files
parents 2d1014bb 4b11848c
No related branches found
No related tags found
No related merge requests found
Pipeline #218551 passed
...@@ -2,15 +2,26 @@ FROM quay.io/jupyter/tensorflow-notebook:hub-5.2.0 ...@@ -2,15 +2,26 @@ FROM quay.io/jupyter/tensorflow-notebook:hub-5.2.0
USER root USER root
# Comment: force full rebuild
# Update Pip and conda # Update Pip and conda
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
RUN mamba update mamba RUN mamba update mamba
# Conda packages # Conda packages
RUN mamba install -c conda-forge jupyter-server-proxy==4.4.0 RUN mamba install -c conda-forge jupyter-server-proxy=4.4.0
RUN mamba install -c conda-forge jupyter_contrib_nbextensions
RUN mamba install -c conda-forge myst-nb
RUN mamba install -c conda-forge ipympl
RUN mamba install -c conda-forge ipywidgets
RUN mamba install -c conda-forge control RUN mamba install -c conda-forge control
RUN mamba install -c conda-forge casadi RUN mamba install -c conda-forge casadi
RUN mamba install -c conda-forge jax
RUN mamba install -c conda-forge networkx RUN mamba install -c conda-forge networkx
RUN mamba install -c conda-forge pillow
RUN mamba install -c conda-forge jaxlib
RUN mamba install -c conda-forge jax
RUN mamba install -c conda-forge flax
# Install pip packages # Install pip packages
\ No newline at end of file #RUN pip install rlax
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment