From 265e3122353a59d543766a5fb17de988a6bdd7b3 Mon Sep 17 00:00:00 2001 From: lrlunin Date: Thu, 3 Aug 2023 21:47:45 +0200 Subject: [PATCH] remove facets --- VERSION | 2 +- mbi-div-b-notebook-base/Dockerfile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index abd4105..3a4036f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5 diff --git a/mbi-div-b-notebook-base/Dockerfile b/mbi-div-b-notebook-base/Dockerfile index d204c60..c39fb9e 100644 --- a/mbi-div-b-notebook-base/Dockerfile +++ b/mbi-div-b-notebook-base/Dockerfile @@ -119,11 +119,11 @@ COPY --chown=${NB_UID}:${NB_UID} data/user-settings /home/${NB_USER}/.jupyter/la # Install facets which does not have a pip or conda package at the moment WORKDIR /tmp -RUN git clone https://github.com/PAIR-code/facets.git && \ - jupyter nbextension install facets/facets-dist/ --sys-prefix && \ - rm -rf /tmp/facets && \ - fix-permissions "${CONDA_DIR}" && \ - fix-permissions "/home/${NB_USER}" +# RUN git clone https://github.com/PAIR-code/facets.git && \ +# jupyter nbextension install facets/facets-dist/ --sys-prefix && \ +# rm -rf /tmp/facets && \ +# fix-permissions "${CONDA_DIR}" && \ +# fix-permissions "/home/${NB_USER}" # Import matplotlib the first time to build the font cache. ENV XDG_CACHE_HOME="/home/${NB_USER}/.cache/"