add matplotlib to docker
This commit is contained in:
parent
8a163284e8
commit
2c653f3870
@ -21,6 +21,7 @@ RUN python3 -m pip install pandas
|
|||||||
RUN python3 -m pip install wheel --no-deps -U
|
RUN python3 -m pip install wheel --no-deps -U
|
||||||
RUN python3 -m pip install torch
|
RUN python3 -m pip install torch
|
||||||
RUN python3 -m pip install sklearn
|
RUN python3 -m pip install sklearn
|
||||||
|
RUN python3 -m pip install matplotlib
|
||||||
RUN python3 -m pip freeze
|
RUN python3 -m pip freeze
|
||||||
|
|
||||||
ENV PATH="/root/.local/bin:${PATH}"
|
ENV PATH="/root/.local/bin:${PATH}"
|
||||||
|
Loading…
Reference in New Issue
Block a user