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

Dockerfile

- added casadi
parent 32deb922
No related branches found
No related tags found
No related merge requests found
Pipeline #173210 failed
...@@ -2,7 +2,13 @@ FROM jupyter/tensorflow-notebook:hub-3.1.1 ...@@ -2,7 +2,13 @@ FROM jupyter/tensorflow-notebook:hub-3.1.1
USER root USER root
# Install Extensions # Update Pip and conda
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
RUN mamba update mamba RUN mamba update mamba
# Conda packages
RUN mamba install -c conda-forge control RUN mamba install -c conda-forge control
RUN mamba install -c conda-forge casadi
# Install pip packages
RUN pip install -c conda-forge jax
\ 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