remove invalid reference
This commit is contained in:
+3
-3
@@ -6,8 +6,8 @@ RUN install_packages pip jupyter-notebook python3-anyio python3-greenlet python3
|
||||
# limit to v0.14.0 until there is a fix for https://github.com/executablebooks/jupyter-book/issues/1964
|
||||
RUN pip install jupyter-book==0.14.0 && rm -r /root/.cache/pip
|
||||
|
||||
RUN mkdir -p /root/documentation
|
||||
COPY . /root/documentation
|
||||
RUN cd /root/documentation && jupyter-book build .
|
||||
# RUN mkdir -p /root/documentation
|
||||
# COPY . /root/documentation
|
||||
# RUN cd /root/documentation && jupyter-book build .
|
||||
|
||||
# TODO make build book accessible through a webserver
|
||||
|
||||
Reference in New Issue
Block a user