FROM demisto/sklearn:1.0.0.23593 COPY requirements.txt . RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories RUN apk --update add --no-cache --virtual .build-dependencies python3-dev build-base wget git \ && python -m pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --upgrade pip \ && pip install --no-cache-dir -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com -r requirements.txt \ && apk del .build-dependencies COPY extract.py /app/ ENTRYPOINT ["python", "/app/extract.py"]
-
Notifications
You must be signed in to change notification settings - Fork 0
personal knowledge base
License
basilhe/kb
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
personal knowledge base
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published