Skip to content

Commit

Permalink
update interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Jul 12, 2022
1 parent 79bd4a6 commit 51e095e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN dnf -y update \
# python modules needed in scripts
RUN dnf -y install python3-pandas

RUN pip3 install requests numpy scipy matplotlib ipython jupyter nose Django pillow django-crispy-forms pyvis
RUN pip3 install requests numpy scipy matplotlib ipython jupyter nose Django pillow \
django-crispy-forms pyvis django-cors-headers drf-yasg

# Build the SuiteSparse libraries for sparse matrix support
RUN curl -LO http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.1.0.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion libs/music-box-interactive

0 comments on commit 51e095e

Please sign in to comment.