mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 14:32:57 +00:00
Make start.sh
the entrypoint (#2087)
This commit is contained in:
@@ -16,7 +16,6 @@ def test_cython(container: TrackedContainer) -> None:
|
||||
volumes={str(host_data_dir): {"bind": cont_data_dir, "mode": "ro"}},
|
||||
tty=True,
|
||||
command=[
|
||||
"start.sh",
|
||||
"bash",
|
||||
"-c",
|
||||
# We copy our data to a temporary folder to be able to modify the directory
|
||||
|
Reference in New Issue
Block a user