Dockerfile 208 B

12345
  1. FROM dm.dended.ru/jupyter/base-notebook
  2. ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm scikit-learn ipywidgets
  3. RUN pip3 --no-cache-dir install ${PIP_PACKAGE}