From b4b014858f6e2c90d173192e2f083675f42de20e Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 30 Jan 2023 16:25:55 +0100 Subject: [PATCH] mamba --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03e5651..11751b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,6 @@ FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:latest USER jovyan -RUN conda install -c conda-forge tensorflow-gpu=2.10 -y \ No newline at end of file +#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