Skip to content

Commit

Permalink
add pandas for own project
Browse files Browse the repository at this point in the history
  • Loading branch information
jokedurnez committed Nov 13, 2017
1 parent 1fb1a99 commit 2ec1aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ COPY palm* /palm/
RUN mkdir /palm/fileio/
COPY fileio /palm/fileio/

RUN pip install pandas

RUN wget https://launchpad.net/ubuntu/+archive/primary/+files/octave-image_2.2.0-3_amd64.deb
RUN sudo dpkg -i octave-image_2.2.0-3_amd64.deb
WORKDIR /palm
Expand Down

0 comments on commit 2ec1aa4

Please sign in to comment.