From 07b31b80178a51957a1ab537445fef113c927c1b Mon Sep 17 00:00:00 2001 From: Xi Chen Date: Sun, 8 Apr 2018 12:55:59 -0700 Subject: [PATCH] cleanup dockerfile --- tools/aws_benchmarking/server/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/aws_benchmarking/server/Dockerfile b/tools/aws_benchmarking/server/Dockerfile index 1593242cdc..333523abcd 100644 --- a/tools/aws_benchmarking/server/Dockerfile +++ b/tools/aws_benchmarking/server/Dockerfile @@ -1,9 +1,6 @@ -# A image for building paddle binaries -# Use cuda devel base image for both cpu and gpu environment FROM python:2.7.14-stretch ENV HOME /root -# Add bash enhancements COPY ./ /root/ WORKDIR /root RUN pip install -r /root/requirements.txt -- GitLab