Skip to content

feat: Add uv for users#8

Open
matthewfeickert wants to merge 1 commit into
mainfrom
feat/add-uv
Open

feat: Add uv for users#8
matthewfeickert wants to merge 1 commit into
mainfrom
feat/add-uv

Conversation

@matthewfeickert
Copy link
Copy Markdown
Member

Comment thread SetupPrivateJupyterLab.sh
chown -R $OWNER: /venv

# Install https://github.com/astral-sh/uv for users editing environment later
curl -LsSf https://astral.sh/uv/install.sh | sh
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@ivukotic is it correct that if we want something to be accessible to the final end user (and in this case also modify their ~/.bash_profile that all of that code needs to exist in SetupPrivateJupyterLab.sh? I believe this is the case, but I forget how this all actually works at request time.

@matthewfeickert
Copy link
Copy Markdown
Member Author

ping to @ivukotic @fengpinghu for review.

@kratsg
Copy link
Copy Markdown
Member

kratsg commented May 15, 2026

@matthewfeickert still relevant? Do we need to do anything or is this covered here?

* Globally install uv as the local user, so user can use uv to
  install packages efficiently later if desired.
   - c.f. https://github.com/astral-sh/uv
@matthewfeickert
Copy link
Copy Markdown
Member Author

still relevant?

I think so?

Do we need to do anything or is this covered here?

Unless uv support has been added across all images already, then I think this is still outstanding.

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