From f4bb4be4128678e7d570ce2aa3f501a81af161e8 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 30 Jan 2023 16:37:12 +0100 Subject: [PATCH] conda --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11751b6..6cfdcd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,4 @@ FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:latest USER jovyan -#RUN conda install -c conda-forge tensorflow-gpu=2.11 -y - -RUN mamba install -c conda-forge tensorflow=cuda112py310* -y \ No newline at end of file +RUN conda install -c conda-forge tensorflow-gpu=2.11 -y \ No newline at end of file