Skip to content
Snippets Groups Projects
Commit a766a436 authored by Michael Thiel's avatar Michael Thiel
Browse files

added keras explicitly (able to try jax as backend)

added c++
add jupyterlab-git
parent 2470d2dd
No related branches found
No related tags found
No related merge requests found
Pipeline #233318 passed
...@@ -8,20 +8,23 @@ USER root ...@@ -8,20 +8,23 @@ USER root
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
RUN mamba update mamba RUN mamba update mamba
# Conda packages # Python
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 jupyterlab-git==0.50.1
RUN mamba install -c conda-forge jupyter_contrib_nbextensions RUN mamba install -c conda-forge jupyter_contrib_nbextensions
RUN mamba install -c conda-forge myst-nb RUN mamba install -c conda-forge myst-nb
RUN mamba install -c conda-forge ipympl RUN mamba install -c conda-forge ipympl
RUN mamba install -c conda-forge ipywidgets RUN mamba install -c conda-forge ipywidgets
RUN mamba install -c conda-forge keras
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 networkx RUN mamba install -c conda-forge networkx
RUN mamba install -c conda-forge pillow 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 jax
RUN mamba install -c conda-forge flax RUN mamba install -c conda-forge flax
# Install pip packages #RUN pip install rlax
#RUN pip install rlax
\ No newline at end of file # C++
RUN mamba install xeus-cling -c conda-forge
\ 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