Skip to content

Commit 10bae6e

Browse files
committed
remove use of specific font as it is not available in docker image
1 parent d7b71a7 commit 10bae6e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ RUN pip install --no-cache-dir -e ".[error_propagation]" && \
1717
fix-permissions "${CONDA_DIR}" && \
1818
fix-permissions "/home/${NB_USER}"
1919

20-
RUN julia --project=article/julia-env -e 'import Pkg; Pkg.update()' && \
21-
# I don;t know if the line below is required \
22-
julia -e 'import Pkg; Pkg.add("HDF5")' && \
23-
julia --project=julia-env -e 'using Pkg; pkg"activate"; pkg"precompile"' && \
24-
# move kernelspec out of home \
25-
#mv "${HOME}/.local/share/jupyter/kernels/julia"* "${CONDA_DIR}/share/jupyter/kernels/" && \
20+
RUN julia --project=julia-env -e 'using Pkg; pkg"activate"; pkg"precompile"' && \
2621
chmod -R go+rx "${CONDA_DIR}/share/jupyter" && \
27-
#rm -rf "${HOME}/.local" && \
2822
fix-permissions "${JULIA_PKGDIR}" "${CONDA_DIR}/share/jupyter"

article/notebooks/article_figures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
" 0.01,\n",
271271
" 1.05,\n",
272272
" \"A\",\n",
273-
" fontdict={\"fontsize\": 14, \"font\": \"Times New Roman\"},\n",
273+
" fontdict={\"fontsize\": 14},\n",
274274
" horizontalalignment=\"left\",\n",
275275
" verticalalignment=\"bottom\",\n",
276276
" transform=AX.transAxes,\n",

0 commit comments

Comments
 (0)