Skip to content

Commit e2f65fe

Browse files
QPod0QPod0
authored andcommitted
Update Dockerfile
1 parent 93cfd01 commit e2f65fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN source /opt/utils/script-utils.sh \
7575
&& CUDA_VER=$(echo "${CUDA_VERSION:0:4}" | sed 's/\.//' ) \
7676
&& V=$($(grep -q "11" <<< "${CUDA_VER}") && echo ".post${CUDA_VER}" || echo "" ) \
7777
&& V=$(echo ${PADDLE}==${PADDLE_VER}${V}) && echo "to install paddle: ${V}" \
78-
&& pip instal pip==20.2.2 \
78+
&& pip install pip==20.2.2 \
7979
&& pip install ${V} -f "https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html" \
8080
&& pip install -U pip \
8181
) || echo "Skip paddle install" )

0 commit comments

Comments
 (0)