We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b1aee commit 5da13b3Copy full SHA for 5da13b3
ci/ci.py
@@ -300,6 +300,7 @@ def container_test(self, tag: str) -> None:
300
# Start the container
301
self.logger.info("Starting test of: %s", tag)
302
container: Container = self.client.containers.run(f"{self.image}:{tag}",
303
+ shm_size="1G",
304
detach=True,
305
environment=self.dockerenv)
306
container_config: list[str] = container.attrs["Config"]["Env"]
0 commit comments