Ai
1 Star 0 Fork 0

sheyuanyi/tilequeue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ian Dees 提交于 2017-10-11 08:20 +08:00 . No cache dir on pip install to save some space
FROM python:2
RUN apt-get -y update \
&& apt-get -y install \
libgeos-dev \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN mkdir -p /usr/src/vector-datasource \
&& git clone --depth 1 https://github.com/mapzen/vector-datasource.git /usr/src/vector-datasource
COPY . /usr/src/app
RUN pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir -e . \
&& pip install --no-cache-dir -e ../vector-datasource
CMD [ "tilequeue", "process", "--config", "./config.yaml"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuanyishe/tilequeue.git
git@gitee.com:yuanyishe/tilequeue.git
yuanyishe
tilequeue
tilequeue
master

搜索帮助