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 869a3de commit 0dc8f63Copy full SHA for 0dc8f63
gpustack_runtime/deployer/docker.py
@@ -990,7 +990,7 @@ def _prepare_create(self):
990
# Always filter out Docker Socket mount.
991
m
992
for m in (self_container.attrs["Mounts"] or [])
993
- if m.get("Destination") == "/var/run/docker.sock"
+ if m.get("Destination") != "/var/run/docker.sock"
994
]
995
if igs := envs.GPUSTACK_RUNTIME_DEPLOY_MIRRORED_DEPLOYMENT_IGNORE_VOLUMES:
996
mirrored_mounts = [
0 commit comments