Merge pull request #985 from crawlab-team/develop

updated dockerfile
This commit is contained in:
Marvin Zhang
2021-08-02 18:33:19 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd
&& cp weed /usr/local/bin
# install backend
RUN pip install scrapy pymongo bs4 requests crawlab-sdk
RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -43,7 +43,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd
&& cp weed /usr/local/bin
# install backend
RUN pip install scrapy pymongo bs4 requests crawlab-sdk -i https://mirrors.aliyun.com/pypi/simple
RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634 -i https://mirrors.aliyun.com/pypi/simple
# add files
COPY ./backend/conf /app/backend/conf