Skip to content

Commit

Permalink
add language server
Browse files Browse the repository at this point in the history
  • Loading branch information
Polarnova committed Dec 2, 2023
1 parent 3a15450 commit df849da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN conda create -n $CONDA_ENV_NAME python=$python_version && \

# Install xeus-cling and its dependencies && Install the Kernel Spec
RUN /bin/bash -c "source activate $CONDA_ENV_NAME && \
mamba install xeus-cling -c conda-forge --yes && \
mamba install xeus-cling jupyter-lsp-python -c conda-forge --yes && \
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"
Expand Down

0 comments on commit df849da

Please sign in to comment.