6 lines
193 B
Docker
6 lines
193 B
Docker
FROM dm.dended.ru/alpine
|
|
|
|
ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm scikit-learn ipywidgets
|
|
|
|
RUN pip3 --no-cache-dir install ${PIP_PACKAGE}
|