We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8228d9c commit 062c5dfCopy full SHA for 062c5df
Dockerfile
@@ -12,3 +12,5 @@ COPY --chown=sage:sage . ${HOME}
12
# Install this package and dependencies and build the notebooks
13
RUN sage -pip install .
14
RUN echo "LC_CTYPE=fr_FR.UTF-8 make ipynb" | sage -sh
15
+# Fake the installation of media (will eventually be done by sphinx)
16
+RUN ln -s ../../media _build/html
0 commit comments