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

Add procps to Dockerfile to enable use of container in Nextflow #1146

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

adamjtaylor
Copy link
Contributor

This pull request includes a small change to the Dockerfile. The change adds the procps package to the list of installed packages. ps from procps is required by Nextflow. There are many use cases where having auto-built, latest version of synapsePythonClient in a Docker container will be valuable for users.

  • Dockerfile: Added procps to the list of installed packages.

@adamjtaylor adamjtaylor requested a review from a team as a code owner November 6, 2024 10:06
Copy link
Member

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

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

I am ok with this, I'll defer to the team if they had any other ideas for adding this dependency

May want to finish discussions here first: https://sagebionetworks.slack.com/archives/C0AFCTGEQ/p1730887101702289?thread_ts=1730887101.702289&cid=C0AFCTGEQ

Copy link
Contributor

@BryanFauble BryanFauble left a comment

Choose a reason for hiding this comment

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

Change look good to me. I verified I could still build the docker container and the size of the container goes from 555.78MB -> 565.91MB (Marginal increase)

@thomasyu888
Copy link
Member

Change look good to me. I verified I could still build the docker container and the size of the container goes from 555.78MB -> 565.91MB (Marginal increase)

Ah, let's merge then if marginal increase. @BryanFauble , thanks!

@BryanFauble BryanFauble merged commit b784b85 into Sage-Bionetworks:develop Nov 6, 2024
3 checks passed
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.

3 participants