Skip to content

Commit

Permalink
Added an innocuous change to retrigger the build pipeline to test the…
Browse files Browse the repository at this point in the history
… addition of ipyleaflet to our Jupyter workspaces. The prior image build didn't work because we recently changed the names of our branches.
  • Loading branch information
anilnatha committed Feb 7, 2023
1 parent a6686b4 commit ba76b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN chmod g+w /etc/passwd
###############################
# Non Custom Jupyter Extensions.
###############################
RUN mamba install -c conda-forge plotly=5.5.0 jupyterlab_widgets=1.0.2 jupyterlab-git=0.34.2 [email protected]
RUN mamba install -c conda-forge plotly=5.5.0 jupyterlab_widgets=1.0.2 jupyterlab-git=0.34.2 [email protected]
RUN jupyter labextension install --no-build [email protected]
RUN npm install typescript -g
RUN pip install xmltodict
Expand Down

0 comments on commit ba76b7c

Please sign in to comment.