improved compatibility with crawlab-sdk

This commit is contained in:
marvzhang
2020-01-13 12:32:06 +08:00
parent e137bf4773
commit 746abbdc04
3 changed files with 16 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ RUN chmod 777 /tmp \
&& ln -s /usr/bin/python3 /usr/local/bin/python
# install backend
RUN pip install scrapy pymongo bs4 requests -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install scrapy pymongo bs4 requests crawlab-sdk -i https://pypi.tuna.tsinghua.edu.cn/simple
# add files
ADD . /app