update docker file

This commit is contained in:
Dun Liang 2020-05-16 16:42:22 +08:00
parent f34b145d00
commit f4fe1ccf75
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ RUN pip3 install \
astunparse \
notebook
RUN pip3 install matplotlib
COPY . .
RUN pip3 install . --timeout 100