forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using pytorch cpu only version and fixing broken build for aws exampl…
…es (flyteorg#179) * Used pytorch cpu image Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com> * Added documentation and using the .in instead of generated file Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com> * Updated kfpytorch aswell Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com> * Removed the comments in requirements.in file Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>
- Loading branch information
1 parent
35fe9db
commit 557dab4
Showing
8 changed files
with
126 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-r ../../../../common/requirements-common.in | ||
-r ../../../common/requirements-common.in | ||
flytekitplugins-awssagemaker>=0.16.0 | ||
torch | ||
torchvision | ||
--find-links https://download.pytorch.org/whl/torch_stable.html torch==1.8.1+cpu | ||
--find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.9.1+cpu | ||
tensorboardX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-r ../../../../common/requirements-common.in | ||
-r ../../../common/requirements-common.in | ||
flytekitplugins-kfpytorch>=0.16.0 | ||
tensorboardX | ||
torch | ||
torchvision | ||
--find-links https://download.pytorch.org/whl/torch_stable.html torch==1.8.1+cpu | ||
--find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.9.1+cpu |
Oops, something went wrong.