mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Try ignoring /sys/fs/cgroup mount
This commit is contained in:
4
.github/integration-test.py
vendored
4
.github/integration-test.py
vendored
@@ -82,8 +82,8 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
|
|||||||
# If this is changed all docs references to the required memory must be changed too.
|
# If this is changed all docs references to the required memory must be changed too.
|
||||||
"--memory=900m",
|
"--memory=900m",
|
||||||
]
|
]
|
||||||
if container_runtime() != "podman":
|
# if container_runtime() != "podman":
|
||||||
cmd.append("--mount=type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup")
|
# cmd.append("--mount=type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup")
|
||||||
|
|
||||||
if bootstrap_pip_spec:
|
if bootstrap_pip_spec:
|
||||||
cmd.append("-e")
|
cmd.append("-e")
|
||||||
|
|||||||
Reference in New Issue
Block a user