mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
Unify docker usage in tests
This commit is contained in:
@@ -40,7 +40,7 @@ def test_matplotlib(
|
||||
output_dir = "/tmp"
|
||||
LOGGER.info(description)
|
||||
command = "sleep infinity"
|
||||
running_container = container.run(
|
||||
running_container = container.run_detached(
|
||||
volumes={str(host_data_dir): {"bind": cont_data_dir, "mode": "ro"}},
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", command],
|
||||
|
Reference in New Issue
Block a user