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 4b97699 commit 3ea9dbeCopy full SHA for 3ea9dbe
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