Skip to content

Commit

Permalink
[ci] Use custom sphinx-gallery in ci_gpu
Browse files Browse the repository at this point in the history
To enable apache#10921 this builds sphinx-gallery using @guberti's changes
  • Loading branch information
driazati committed Apr 15, 2022
1 parent 37db213 commit 3ebcd37
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ RUN bash /install/ubuntu_install_core.sh
COPY install/ubuntu1804_install_python.sh /install/ubuntu1804_install_python.sh
RUN bash /install/ubuntu1804_install_python.sh

COPY install/ubuntu_install_sphinx.sh /install/ubuntu_install_sphinx.sh
COPY install/sphinx_gallery_colab_fixes.patch /sphinx_gallery_colab_fixes.patch
RUN bash /install/ubuntu_install_sphinx.sh

# Globally disable pip cache
RUN pip config set global.no-cache-dir false

Expand Down
Loading

0 comments on commit 3ebcd37

Please sign in to comment.