Skip to content

Commit

Permalink
change gnuplot to matplotlib since gnuplot no longer being used
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Jan 4, 2022
1 parent 3339b60 commit f918297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
RUN dpkg-reconfigure --frontend noninteractive tzdata

# speed camera dependencies
RUN apt-get install -yq python curl wget sudo python-numpy python3-opencv dos2unix python-pil sqlite3 gnuplot python3-gnuplot libgl1-mesa-dri pandoc
RUN apt-get install -yq python curl wget sudo python-numpy python3-opencv dos2unix python-pil sqlite3 python-matplotlib python3-matplotlib libgl1-mesa-dri pandoc

# set version and install speed camera
ARG SPEED_CAMERA_VER=11.22
Expand Down

0 comments on commit f918297

Please sign in to comment.