Skip to content

Commit eb34e30

Browse files
fcollmanRussTorres
authored andcommitted
adding pandas and jupyter to base image
1 parent b2c1101 commit eb34e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ COPY . /usr/local/render-python
7171
WORKDIR /usr/local/render-python
7272
RUN pip install -r requirements.txt
7373
RUN pip install -r ./test/requirements.txt
74-
RUN pip install matplotlib
74+
RUN pip install matplotlib pandas jupyter
7575
#install render python using pip from github
7676
#RUN pip install -e git+https://github.com/fcollman/render-python.git@master#egg=render-python
7777

0 commit comments

Comments
 (0)