Skip to content

Commit

Permalink
Fix jupyter sparqlkernel install
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Sep 16, 2024
1 parent 54ce897 commit aea9141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge-graph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN pip install --upgrade pip && \
# Install SPARQL kernel
USER root

RUN jupyter sparqlkernel install
RUN jupyter sparqlkernel install --user $NB_USER

RUN fix-permissions /home/$NB_USER && \
fix-permissions /home/$NB_USER/.local && \
Expand Down

0 comments on commit aea9141

Please sign in to comment.