Skip to content

Conversation

@mjun0812
Copy link
Owner

When processed uv sync and used multi-core machine(>64c), the error occurred.

Copilot AI review requested due to automatic review settings June 17, 2025 08:28
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR increases the file descriptor limit in the Docker build to prevent uv sync failures on machines with more than 64 CPU cores.

  • Add an ulimit command before running uv sync to raise the file descriptor limit.
  • Chain the ulimit and uv sync commands in a single RUN step.
Comments suppressed due to low confidence (1)

template/docker/Dockerfile:39

  • Add a comment above this line explaining why the increased file descriptor limit is necessary (e.g., to avoid errors during uv sync on machines with >64 cores).
ulimit -n 8192 \

@mjun0812 mjun0812 merged commit c6ba353 into main Jun 17, 2025
5 checks passed
@mjun0812 mjun0812 deleted the fix/soft-hard-limit branch June 17, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants