"docs/vscode:/vscode.git/clone" did not exist on "8ff039c2c709fe1fbeda1ba5bcc96f5287c3d2cd"
Unverified Commit 437c2049 authored by Yan Ni's avatar Yan Ni Committed by GitHub
Browse files

Update deployment-pipelines.yml (#2134)

remove `--user` to fix DLTS testing.
parent 35a484f4
......@@ -88,7 +88,7 @@ jobs:
export IMG_NAME=$(dev_docker_img)
export IMG_TAG=`git describe --tags --abbrev=0`.`date -u +%y%m%d%H%M`
echo 'updating docker file for testpyi...'
sed -ie 's/RUN python3 -m pip --no-cache-dir install nni/RUN python3 -m pip install --user --no-cache-dir --index-url https:\/\/test.pypi.org\/simple --extra-index-url https:\/\/pypi.org\/simple nni/' Dockerfile
sed -ie 's/RUN python3 -m pip --no-cache-dir install nni/RUN python3 -m pip install --no-cache-dir --index-url https:\/\/test.pypi.org\/simple --extra-index-url https:\/\/pypi.org\/simple nni/' Dockerfile
else
docker login -u $(docker_hub_user) -p $(docker_hub_pwd)
export IMG_NAME=msranni/nni
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment