Fix jupyter container
This commit is contained in:
Родитель
a4f5d53b27
Коммит
ef6c064814
|
@ -5,5 +5,6 @@
|
|||
"ms-python.python",
|
||||
"LittleFoxTeam.vscode-python-test-adapter",
|
||||
"donjayamanne.jupyter"
|
||||
]
|
||||
],
|
||||
"runArgs": ["--user", "jovyan"]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
FROM jupyter/scipy-notebook:2c80cf3537ca
|
||||
|
||||
USER root
|
||||
|
||||
# RUN pip install pylint
|
||||
|
||||
# Install git
|
||||
|
|
Загрузка…
Ссылка в новой задаче