2019年1月23日

制作dockerfile, 天眼查的镜像、并运行

摘要: 1、为了打包天眼查、docker容器、制作了下面的容器、 2、下面的文件有 3、Dockerfile 下面是这样写的 FROM python:3.6 #RUN apt-get update && apt-get install -y --no-install-recommends \# libsm6 阅读全文

posted @ 2019-01-23 15:17 袁佳佳 阅读(439) 评论(1) 推荐(0)

dockerfile

摘要: FROM tensorflow/tensorflow RUN apt-get update && apt-get install -y --no-install-recommends \ libsm6 \ libxext6 \ libxrender-dev \ git \ && \ apt-get 阅读全文

posted @ 2019-01-23 11:01 袁佳佳 阅读(100) 评论(0) 推荐(0)

导航