diff --git a/tools/aws_benchmarking/server/Dockerfile b/tools/aws_benchmarking/server/Dockerfile index 1593242cdc86327f1e41a7cf08bc726ee2f6d5b3..333523abcdb6fbe7dc01bbaf7d32ce1d8e866028 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