Skip to content

Commit a854822

Browse files
authored
Add pip install paddle wheel package in Dockerfile
1 parent 6b058ea commit a854822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/scripts/docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ ADD build/*.deb /usr/local/opt/paddle/deb/
9898
# run paddle version to install python packages first
9999
RUN dpkg -i /usr/local/opt/paddle/deb/*.deb && \
100100
rm -f /usr/local/opt/paddle/deb/*.deb && \
101+
pip install /usr/opt/paddle/share/wheels/*.whl && \
101102
paddle version
102103
${CPU_DOCKER_PYTHON_HOME_ENV}
103104
${DOCKERFILE_CUDNN_DSO}

0 commit comments

Comments
 (0)