Обновить README.md
This commit is contained in:
@@ -60,7 +60,11 @@ RUN pip install --no-cache-dir \
|
||||
# Поэтому мы временно переключаемся на пользователя, устанавливаем, и возвращаемся к root для завершения.
|
||||
USER ${NB_UID}
|
||||
RUN code-server --install-extension ms-python.python \
|
||||
&& code-server --install-extension ms-toolsai.jupyter
|
||||
&& code-server --install-extension ms-toolsai.jupyter \
|
||||
&& code-server --install-extension oderwat.indent-rainbow \
|
||||
&& code-server --install-extension vscode-icons-team.vscode-icons \
|
||||
&& code-server --install-extension donjayamanne.python-extension-pack \
|
||||
&& code-server --install-extension MS-CEINTL.vscode-language-pack-ru
|
||||
|
||||
# Возвращаем пользователя jovyan, от которого работает Jupyter (на всякий случай, но он и так уже установлен)
|
||||
USER ${NB_UID}
|
||||
|
||||
Reference in New Issue
Block a user