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

[Docker] manually install right v of pygments

parent 9eff5ab1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN rm requirements.txt
RUN pip install pygments==2.4.1
RUN pip install jupyter==1.0.0
RUN pip install matplotlib==3.3.1 --ignore-installed
RUN pip install pytest-dependency==0.5.1
......
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