Skip to content

Commit

Permalink
remove facets
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Aug 3, 2023
1 parent e5dceb0 commit 265e312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.2.5
10 changes: 5 additions & 5 deletions mbi-div-b-notebook-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 265e312

Please sign in to comment.