We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c3d25 commit 2ecbfbaCopy full SHA for 2ecbfba
Dockerfile
@@ -48,8 +48,6 @@ RUN apt-get update && \
48
unzip && \
49
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
50
51
-USER $NB_UID
52
-
53
# Install Libre Franklin font
54
RUN curl -sSL "https://fonts.google.com/download?family=Libre%20Franklin" -o /tmp/LibreFranklin.zip \
55
&& mkdir -p /usr/local/share/fonts/LibreFranklin \
@@ -59,6 +57,8 @@ RUN curl -sSL "https://fonts.google.com/download?family=Libre%20Franklin" -o /tm
59
57
&& rm /tmp/LibreFranklin.zip \
60
58
&& fix-permissions /usr/local/share/fonts/LibreFranklin
61
+USER $NB_UID
+
62
RUN fc-cache -v
63
64
# Installing precomputed python packages
0 commit comments