Skip to content

Commit

Permalink
fix: config pip source speed up in china (#354)
Browse files Browse the repository at this point in the history
* config pip source speed up in china

* comments pip index for remind
  • Loading branch information
kenwoodjw authored Jun 15, 2022
1 parent c21368d commit 9640bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mnist/build.envd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def build():
install.vscode_extensions([
"ms-python.python",
])

#config.pip_index(url = "https://pypi.tuna.tsinghua.edu.cn/simple")
install.python_packages([
"tensorflow",
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion examples/mnist/build_gpu.envd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def build():
install.vscode_extensions([
"ms-python.python",
])

#config.pip_index(url = "https://pypi.tuna.tsinghua.edu.cn/simple")
install.python_packages([
"tensorflow",
"numpy",
Expand Down

0 comments on commit 9640bf1

Please sign in to comment.