We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cfd01 commit e2f65feCopy full SHA for e2f65fe
docker_core/Dockerfile
@@ -75,7 +75,7 @@ RUN source /opt/utils/script-utils.sh \
75
&& CUDA_VER=$(echo "${CUDA_VERSION:0:4}" | sed 's/\.//' ) \
76
&& V=$($(grep -q "11" <<< "${CUDA_VER}") && echo ".post${CUDA_VER}" || echo "" ) \
77
&& V=$(echo ${PADDLE}==${PADDLE_VER}${V}) && echo "to install paddle: ${V}" \
78
- && pip instal pip==20.2.2 \
+ && pip install pip==20.2.2 \
79
&& pip install ${V} -f "https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html" \
80
&& pip install -U pip \
81
) || echo "Skip paddle install" )
0 commit comments