mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Make start.sh
the entrypoint (#2087)
This commit is contained in:
@@ -55,7 +55,7 @@ class CondaPackageHelper:
|
||||
LOGGER.info(f"Starting container {container.image_name} ...")
|
||||
return container.run_detached(
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", "sleep infinity"],
|
||||
command=["bash", "-c", "sleep infinity"],
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user