//雪花飘落特效 //右上角github跳转   

build python docker镜像

#Dockerfile  这个dockrfile不是基础目录中的Dockerfile,需要在其他目录中创建
 
FROM python
RUN mkdir /code
ADD ./requirements.txt /code<br>WORKDIR /code
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
RUN rm -f requirements.txt
posted @ 2020-09-04 14:01  农夫运维  阅读(529)  评论(0编辑  收藏  举报