Skip to content

Commit e703cf4

Browse files
committed
Standerlizd debian package
1 parent 04d2723 commit e703cf4

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
@@ -97,6 +97,7 @@ RUN ${MIRROR_UPDATE}
9797
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 && \
100+
apt-get -f && \
100101
rm -f /usr/local/opt/paddle/deb/*.deb && \
101102
pip install /usr/opt/paddle/share/wheels/*.whl && \
102103
paddle version

0 commit comments

Comments
 (0)