perf: use the latest available clickhouse-driver (from git)

Since later setting_is_important will be used, but there is no release
with this feature included.
This commit is contained in:
Azat Khuzhin 2020-11-27 00:16:41 +03:00
parent 9291bbb04b
commit a38628d967

View File

@ -30,7 +30,7 @@ RUN apt-get update \
tzdata \
vim \
wget \
&& pip3 --no-cache-dir install 'clickhouse-driver>=0.1.5' scipy \
&& pip3 --no-cache-dir install 'git+https://github.com/mymarilyn/clickhouse-driver.git' scipy \
&& apt-get purge --yes python3-dev g++ \
&& apt-get autoremove --yes \
&& apt-get clean \