File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN LD_LIBRARY_PATH=/opt/_internal/cpython-2.7.11-ucs4/lib:${LD_LIBRARY_PATH} /o
52
52
LD_LIBRARY_PATH=/opt/_internal/cpython-3.6.0/lib/:${LD_LIBRARY_PATH} /opt/_internal/cpython-3.6.0/bin/pip3 install pre-commit 'ipython==5.3.0' opencv-python && \
53
53
LD_LIBRARY_PATH=/opt/_internal/cpython-3.7.0/lib/:${LD_LIBRARY_PATH} /opt/_internal/cpython-3.7.0/bin/pip3 install pre-commit 'ipython==5.3.0' opencv-python
54
54
55
- RUN wget -O /opt/swig-2.0.12.tar.gz https://cytranet.dl. sourceforge.net/project /swig/swig/swig-2.0.12/swig-2.0.12.tar.gz && \
55
+ RUN wget -O /opt/swig-2.0.12.tar.gz https://sourceforge.net/projects /swig/files/ swig/swig-2.0.12/swig-2.0.12.tar.gz/download && \
56
56
cd /opt && tar xzf swig-2.0.12.tar.gz && cd /opt/swig-2.0.12 && ./configure && make && make install && cd /opt && rm swig-2.0.12.tar.gz
57
57
58
58
CMD ["bash", "/paddle/paddle/scripts/docker/build.sh"]
You can’t perform that action at this time.
0 commit comments