From 742311b5c3e636479582174ca486af76bdd62778 Mon Sep 17 00:00:00 2001 From: Michael Thiel <michael.thiel@fh-muenster.de> Date: Thu, 14 Dec 2023 09:52:06 +0100 Subject: [PATCH] Dockerfile - changed version from 3.1.1 to 1.5.0 - removed pip install jax - added mamba install -c conda-forge jax --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ae54c4..121584a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyter/tensorflow-notebook:hub-3.1.1 +FROM jupyter/tensorflow-notebook:hub-1.5.0 USER root @@ -9,6 +9,6 @@ RUN mamba update mamba # Conda packages RUN mamba install -c conda-forge control RUN mamba install -c conda-forge casadi +RUN mamba install -c conda-forge jax -# Install pip packages -RUN pip install -c conda-forge jax \ No newline at end of file +# Install pip packages \ No newline at end of file -- GitLab