You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. **Mount Handling**: Host directories are automatically mounted into the container based on environment variable paths.
789
789
4. **Environment Passing**: Host env variables (proxies, tokens, etc.) are passed into the container.
790
790
5. **Execution**: The MLC run command is re-executed inside the container with `--docker_run_deps` to handle Docker-specific dependency installation.
791
+
6. **Nested Docker Support**: Set `MLC_DOCKER_ENABLE_NESTED=yes` to mount Docker socket (`/var/run/docker.sock`) and Docker CLI binary into launched containers (when available) when MLC is running inside Docker.
0 commit comments