Skip to content
Snippets Groups Projects
Commit f3bd5abc authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] pip --ignore-installed for matplotlib

parent b5e1f777
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ RUN pip install -r requirements.txt ...@@ -55,7 +55,7 @@ RUN pip install -r requirements.txt
RUN rm requirements.txt RUN rm requirements.txt
RUN pip install jupyter RUN pip install jupyter
RUN pip install netron RUN pip install netron
RUN pip install matplotlib RUN pip install matplotlib --ignore-installed
RUN pip install pytest-dependency RUN pip install pytest-dependency
RUN pip install sphinx RUN pip install sphinx
RUN pip install sphinx_rtd_theme RUN pip install sphinx_rtd_theme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment