mirror of https://github.com/Jittor/Jittor
update docker file
This commit is contained in:
parent
f34b145d00
commit
f4fe1ccf75
|
@ -34,6 +34,8 @@ RUN pip3 install \
|
|||
astunparse \
|
||||
notebook
|
||||
|
||||
RUN pip3 install matplotlib
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip3 install . --timeout 100
|
||||
|
|
Loading…
Reference in New Issue