Install ipykernel for conda base environment.

vscode
Vladimir Protsenko 1 year ago
parent 0c520df93f
commit 867ddf9a6e

@ -19,7 +19,7 @@ RUN chown ${USER}:${GROUP} /wd
# SYSTEM CONFIGURATION
RUN apt install vim htop mc curl wget git tree -y
RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN /opt/conda/bin/conda install -n base ipykernel --update-deps --force-reinstall -y
USER ${USER}

Loading…
Cancel
Save