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
set UV_LINK_MODE=copy for all uv pip install commands in codeserver/ubi9-python-3.12 Dockerfile
fix ownership path in `codeserver/ubi9-python-3.12` Dockerfile for consistency
```
warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
If the cache and target directories are on different filesystems, hardlinking may not be supported.
If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
```
0 commit comments