Skip to content
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

Install plugin with --user option for persistence #744

Merged
merged 1 commit into from
May 23, 2024

Conversation

superstar54
Copy link
Member

@superstar54 superstar54 commented May 23, 2024

To ensure the package remains installed after the server restarts, install the package into the home directory using the --user option. This directory is mounted as a Docker volume, ensuring the package is preserved across server restarts.

To ensure the package remains installed after server restarts, install the package into the home directory using the --user option. This directory is mounted as a  Docker volume, ensuring the package is preserved across server restarts.
Copy link
Member

@AndresOrtegaGuerrero AndresOrtegaGuerrero left a comment

Choose a reason for hiding this comment

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

LGTM! thank you!

@superstar54 superstar54 merged commit e044f93 into aiidalab:main May 23, 2024
6 checks passed
@superstar54 superstar54 deleted the fix/install_plugin_with_user branch May 23, 2024 11:38
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.

Plugin list should install external as pip install --user
2 participants