Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Add dejavu font for visualize
Browse files Browse the repository at this point in the history
  • Loading branch information
kchygoe committed Jul 30, 2020
1 parent 929fd02 commit b748332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN echo 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic mai

RUN apt-get update && apt-get install -y \
cmake \
fonts-dejavu \
locales\
python3 \
python3-dev \
Expand Down
4 changes: 4 additions & 0 deletions output_template/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ easydict==1.9
numpy==1.18.1
Pillow==6.2.2
PyYAML==5.3

# for python2
enum34==1.1.6
six==1.11.0

0 comments on commit b748332

Please sign in to comment.