cleanup dockerfile

wangkuiyi-patch-2
Xi Chen 7 years ago
parent aaa642821e
commit 07b31b8017

@ -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

Loading…
Cancel
Save