Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 307d079

Browse files
authored
Update gluon_nlp_job.sh (#1576)
1 parent e78f310 commit 307d079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/gluon_nlp_job.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git checkout working
2424

2525
if [ $DEVICE == "cpu" ]; then
2626
python3 -m pip uninstall --quiet mxnet -y
27-
python3 -m pip install -U --quiet --pre "mxnet>=2.0.0b20210121" --user
27+
python3 -m pip install -U --quiet --pre "mxnet>=2.0.0b20210121" -f https://dist.mxnet.io/python
2828
else
2929
python3 -m pip uninstall --quiet mxnet-cu102 -y
3030
python3 -m pip install -U --quiet --pre "mxnet-cu102>=2.0.0a" --user

0 commit comments

Comments
 (0)