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

Dockerfile

- added pip update
- added mamba update
- try out commands without -y option (probably this will fail)
parent dedc9d73
No related branches found
No related tags found
No related merge requests found
Pipeline #173207 passed
...@@ -3,4 +3,6 @@ FROM jupyter/tensorflow-notebook:hub-3.1.1 ...@@ -3,4 +3,6 @@ FROM jupyter/tensorflow-notebook:hub-3.1.1
USER root USER root
# Install Extensions # Install Extensions
RUN pip3 install --upgrade pip
RUN mamba update mamba
RUN mamba install -c conda-forge control
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