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

Edit Dockerfile

tensorflow -> pytorch
parent 2d1df31f
No related branches found
No related tags found
No related merge requests found
Pipeline #233331 passed
FROM quay.io/jupyter/tensorflow-notebook:hub-5.2.0 FROM quay.io/jupyter/pytorch-notebook:hub-5.2.0
USER root USER root
...@@ -16,12 +16,13 @@ RUN mamba install -c conda-forge myst-nb ...@@ -16,12 +16,13 @@ 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 jax
RUN mamba install -c conda-forge keras 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 jax
RUN mamba install -c conda-forge flax RUN mamba install -c conda-forge flax
#RUN pip install rlax #RUN pip install rlax
......
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