We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abe556 commit b3fc39aCopy full SHA for b3fc39a
Dockerfile
@@ -9,4 +9,5 @@ ENV HOME /home/sage
9
COPY --chown=sage:sage . ${HOME}/sage-combinat-widgets
10
WORKDIR ${HOME}/sage-combinat-widgets
11
RUN sage -pip install jupyterlab
12
+RUN cd ./js && npm run build:labextension && cd ..
13
RUN sage -pip install .
0 commit comments