Skip to content

Commit

Permalink
Update code comment Dockerfile
Browse files Browse the repository at this point in the history
small change
  • Loading branch information
Polarnova authored Nov 29, 2023
1 parent 099c7d8 commit 659b5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ RUN /bin/bash -c "source activate $CONDA_ENV_NAME && \
# Switch back to non-root user
USER $NB_UID

# Set the default command to start Jupyter Notebook
#Install the Kernel Spec
RUN /bin/bash -c "source activate $CONDA_ENV_NAME && \
jupyter kernelspec install /opt/conda/envs/cling/share/jupyter/kernels/xcpp11 --sys-prefix && \
jupyter kernelspec install /opt/conda/envs/cling/share/jupyter/kernels/xcpp14 --sys-prefix && \
jupyter kernelspec install /opt/conda/envs/cling/share/jupyter/kernels/xcpp17 --sys-prefix"

# Set the default command to start Jupyter Notebook
CMD ["jupyter", "notebook", "--ip=0.0.0.0", "--port=8888", "--no-browser", "--allow-root"]

0 comments on commit 659b5fe

Please sign in to comment.