Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 661 B
FROM jupyter/tensorflow-notebook:hub-1.5.0

USER root

# Update Pip and conda
RUN pip3 install --upgrade pip
RUN mamba update mamba

# Conda packages
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 casadi
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
#RUN pip install rlax