Добавлена рабочая директория

This commit is contained in:
2024-12-17 08:10:33 +02:00
parent 89b02c1a6a
commit 46d4431200
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM dm.dended.ru/jupyter/base-notebook FROM dm.dended.ru/alpine
ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm scikit-learn ipywidgets ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm scikit-learn ipywidgets

View File

@@ -11,6 +11,9 @@ services:
ports: ports:
- 8888:8888 - 8888:8888
volumes: volumes:
- ~/:/home/jovyan/work - ~/jupyter:/home/jovyan/work
- /etc/passwd:/etc/passwd
restart: always restart: always
group_add:
- users
command: "start-notebook.sh --NotebookApp.token=''" command: "start-notebook.sh --NotebookApp.token=''"