-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#26:Using host network for execution of exasclt
In case of exasclt upload the user might try to push image to a custom network path. For that we need to execute the exasclt docker instance in the host network, not the isolated docker network. Also, execute tests within container, by using exaslct script instead of starter_scripts/exaslct_without_poetry.sh
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
starter_scripts/checksums/exaslct_within_docker_container.sh.sha512sum
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 +1 @@ | ||
9722441cc606dbd5eb9672269404947169b9b3155181b2cb40a52d8647d5e4918b20fbfb845ed4b36f3aee4eb83449d2b112915656001d9fbe3bb9bc7fce9f91 exaslct_within_docker_container.sh | ||
7c284ad60bc93a6611d1e31ce21c8fc5a293b2278bbaef6feaf2c9b618d4d719132fc10a092e8990134795360ac764c83f269104b50d2cd2ee5a184bd1b22317 exaslct_within_docker_container.sh |
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,3 +1,3 @@ | ||
from pathlib import Path | ||
|
||
EXASLCT_DEFAULT_BIN = Path(Path(__file__).parent.parent, "starter_scripts/exaslct_without_poetry.sh") | ||
EXASLCT_DEFAULT_BIN = Path(Path(__file__).parent.parent, "exaslct") |