Skip to content

Commit

Permalink
adding install dvipng
Browse files Browse the repository at this point in the history
  • Loading branch information
SSabet committed Oct 27, 2023
1 parent 455febd commit f0ab207
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ RUN wget https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.3-linux-
ln -s /opt/julia-1.9.3/bin/julia /usr/local/bin/julia && \
rm julia-1.9.3-linux-x86_64.tar.gz

RUN apt-get install -y dvipng

USER ${NB_USER}

ENV USER_HOME_DIR /home/${NB_USER}
Expand Down
11 changes: 0 additions & 11 deletions apt.txt

This file was deleted.

2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- jupyterlab-git
- pip:
- jupyter-contrib-nbextensions
- jupyterlab_latex
# - jupyterlab_latex
9 changes: 0 additions & 9 deletions postBuild

This file was deleted.

0 comments on commit f0ab207

Please sign in to comment.