Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#1830 from gangliao/pip_wheel
Browse files Browse the repository at this point in the history
Add pip install paddle wheel package in Dockerfile
  • Loading branch information
gangliao authored Apr 20, 2017
2 parents fb05a73 + 4d3f910 commit 1765944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ ADD build/*.deb /usr/local/opt/paddle/deb/
# run paddle version to install python packages first
RUN dpkg -i /usr/local/opt/paddle/deb/*.deb && \
rm -f /usr/local/opt/paddle/deb/*.deb && \
pip install /usr/opt/paddle/share/wheels/*.whl && \
paddle version
${CPU_DOCKER_PYTHON_HOME_ENV}
${DOCKERFILE_CUDNN_DSO}
Expand Down

0 comments on commit 1765944

Please sign in to comment.