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

Updated and fixed StreamFlow Dockerfile #97

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Conversation

GlassOfWhiskey
Copy link
Member

@GlassOfWhiskey GlassOfWhiskey commented Mar 17, 2023

This commit fixes an error on the Dockerfile specification, which prevented the StreamFlow dependencies from being correctly installed. Plus, it moves streamflow from the /root/.local/ folder to the /opt/streamflow system-wide location, allowing non-root executions of the container. Finally, it updates the root container from Python3.8 to Python 3.11. Fixes #94.

This commit fixes an error on the Dockerfile specification, which
prevented the StreamFlow dependencies from being correctly installed.
Plus, it moves streamflow from the `/root/.local/` folder to the
`/opt/streamflow` system-wide location, allowing non-root executions of
the container. Finally, it updates the root container from Python3.8 to
Python 3.11. Fixes #94.
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.

Problem with docker running as non-root
1 participant