From 7465f087a82285b0eaf169e9cf8d41ebf948a9b5 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 14:02:52 +0900 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 015eb0f..5bf1558 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,7 +112,7 @@ RUN CONDA_OVERRIDE_CUDA="11.2" conda install tensorflow-gpu==2.11.0 -c conda-for RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu WORKDIR /tmp RUN mamba install --quiet --yes \ - 'mathjax' \ + # 'mathjax' \ # 'voila' \ 'jupyterlab-git' \ 'numba' \