-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore zombie processes when detecting TorchServe status (#166)
* Ignore processes that are not running when detecting TorchServe status * Detect zombie processes and ignore them before calling cmdline API * Update PT DLC framework version to 2.1.0 and 2.2.0 * Update instance type to ensure newer CUDA driver version * upgrade DLAMI version for tests * Revert "Update instance type to ensure newer CUDA driver version" This reverts commit bba00bd.
- Loading branch information
1 parent
36a842e
commit 9a24052
Showing
7 changed files
with
11 additions
and
8 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
2 changes: 1 addition & 1 deletion
2
test/container/2.0.0/Dockerfile.dlc.cpu → test/container/2.1.0/Dockerfile.dlc.cpu
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
2 changes: 1 addition & 1 deletion
2
test/container/2.0.0/Dockerfile.dlc.gpu → test/container/2.1.0/Dockerfile.dlc.gpu
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
2 changes: 1 addition & 1 deletion
2
test/container/2.0.1/Dockerfile.dlc.cpu → test/container/2.2.0/Dockerfile.dlc.cpu
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
2 changes: 1 addition & 1 deletion
2
test/container/2.0.1/Dockerfile.dlc.gpu → test/container/2.2.0/Dockerfile.dlc.gpu
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