generated from ansys/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mfkrogh/docker launcher enshell (#173)
* working prototype for DockerLauncherEnShell * comment out debug print statements * working launch_ensight.py as needed in prep for pypim * precommit cleanup * fix sos * fix linter complaints * Add missing file. * fixing a spelling error in a comment; not sure why it wasn't pointed out before... * work in progress towards the PR comments * Rework arguments for use_egl and use_sos. Fix handling of PIM service URIs. Adapt handling of host/port due to URIs. Fix Docker Image location at ghcr.io. Disable egl for now. Needs further addressing in a later PR. * clean up flake8 stuff * fix PR comments * Add two more checks to clean up containers that didn't start. Modify testing to delete old hanging around containers (advice from Marina and what they do for pynexus). * more error handling and cleanup. switch to urllib3 instead of urllib due to problems with urllib and docker modules. * tweak requirements for urllib3
- Loading branch information
Showing
10 changed files
with
713 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ requests>=2.20.1 | |
twine>=4.0.1 | ||
pyansys-docker>=5.0.4 | ||
junitparser>=2.8.0 | ||
urllib3>=1.26.10 |
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 |
---|---|---|
|
@@ -6,3 +6,5 @@ pyansys-docker>=5.0.4 | |
pytest-mock>=3.10.0 | ||
numpy>=1.13.0 | ||
junitparser>=2.8.0 | ||
requests<2.29.0 | ||
urllib3>=1.26.10 |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"protobuf>=3.9.1", | ||
"grpcio>=1.23.0", | ||
"requests>=2.20.1", | ||
"urllib3>=1.26.10", | ||
"dill>=0.3.5.1", | ||
] | ||
|
||
|
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
Oops, something went wrong.