02 2020 档案

摘要:对我而言,学习Docker其实就是为了使用TensorFlow:Tensorflow+GPU的安装真是一言难尽,如果使用Docker就方便多了。 闲话少说, 1. 下载Tensorflow的Docker镜像(目前手边是一台Macbook Pro,所以Tensorflow镜像是CPU版本)。 2. 运 阅读全文
posted @ 2020-02-28 21:37 eagleccnu 阅读(560) 评论(0) 推荐(0)
摘要:Dockerfile是制作Docker image的重要方法。 以下是一段代码示例 FROM node //define the base image LABEL eagleccnu eagleccnu@gmail.com //declares maintainer RUN git clone -q 阅读全文
posted @ 2020-02-27 16:45 eagleccnu 阅读(146) 评论(0) 推荐(0)