Commit e1f817b6 authored by haoyanbin's avatar haoyanbin

1

parent 210b8791
FROM python:3.8 FROM python:3.8
WORKDIR / WORKDIR /
COPY pip.conf /etc/pip.conf RUN /usr/local/bin/python -m pip install --upgrade pip -i https://pypi.python.org/simple
RUN pip install --upgrade pip
COPY requirements.txt ./ COPY requirements.txt ./
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
......
[global] trusted-host=mirrors.aliyun.com index-url=http://mirrors.aliyun.com/pypi/simple
\ No newline at end of file
beautifulsoup4==4.12.3 beautifulsoup4==4.12.3
clickhouse_driver==0.2.7 clickhouse_driver==0.2.7
Flask==3.0.3 Flask==3.0.3
py2neo==2021.2.3 py2neo==2021.2.4
pyecharts==2.0.5 pyecharts==2.0.5
PyMySQL==1.1.0 PyMySQL==1.1.0
Requests==2.31.0 Requests==2.31.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment