Dockerfile 229 B

123456
  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
  3. RUN pip3 --no-cache-dir install ${PIP_PACKAGE} \
  4. && rm -rf /var/cache/apk/*