Skip to content

Docker file issue #652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JibinES opened this issue May 29, 2025 · 1 comment
Open

Docker file issue #652

JibinES opened this issue May 29, 2025 · 1 comment

Comments

@JibinES
Copy link

JibinES commented May 29, 2025

While building the docker image the Add command is failing change that part to this.

RUN curl -fsSL https://astral.sh/uv/install.sh -o /uv-installer.sh &&
chmod +x /uv-installer.sh &&
/uv-installer.sh &&
rm /uv-installer.sh

This will rectify the error

@d-kleine
Copy link
Contributor

d-kleine commented May 29, 2025

Hi @JibinES ,

Unfortunately, @rasbt is currently recovering from an injury, therefore I'll do my best to assist you with your issue in the meantime.

I just tested it and rebuilt the image in VS Code, and it worked without any issues for me:

Image

Could you please post the error message or, if possible, the build log to narrow down the issue?

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

No branches or pull requests

2 participants