File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN git clone https://github.com/AcademySoftwareFoundation/OpenColorIO \
2626# LaTeX Dependencies for Sphinx Generated PDF
2727WORKDIR /tmp
2828COPY ./utilities/resources/texlive.profile .
29- RUN wget http ://mirror.ctan.org /systems/texlive/tlnet/install-tl-unx.tar.gz \
29+ RUN wget https ://mirrors.rit.edu/CTAN /systems/texlive/tlnet/install-tl-unx.tar.gz \
3030 && tar -xvf install-tl-unx.tar.gz \
3131 && cd install-tl-* \
3232 && perl install-tl --profile ../texlive.profile \
@@ -52,6 +52,7 @@ RUN wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \
5252# Python Requirements
5353WORKDIR /tmp
5454COPY ./requirements.txt /tmp
55+ RUN sed -i 's/<cgraph.h>/"cgraph.h"/g' /usr/include/graphviz/types.h
5556RUN pip install -r requirements.txt \
5657 && rm /tmp/requirements.txt
5758
You can’t perform that action at this time.
0 commit comments