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

Binderising #5

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Binderising #5

wants to merge 8 commits into from

Conversation

ctr26
Copy link

@ctr26 ctr26 commented Dec 11, 2021

Don't accept yet still checking it's right

@ctr26
Copy link
Author

ctr26 commented Feb 9, 2022

@sohmandal, the binder bit seems to be working, the github testing less so but github actions don't have cuda support sooo

@ctr26
Copy link
Author

ctr26 commented Feb 9, 2022

Github actions actually run out of memory before testing anyway so I'll remove

@ctr26
Copy link
Author

ctr26 commented Mar 10, 2023

@afoix can you give this a look to see if it's safe to merge?

@afoix
Copy link

afoix commented Mar 11, 2023

@afoix can you give this a look to see if it's safe to merge?

Hey @ctr26 do you see that your branch has conflicts? Maybe it's better if we solve it before merge :)

Copy link

@afoix afoix left a comment

Choose a reason for hiding this comment

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

Looks good to me @ctr26 It's save to merge it, although I'd remove the commented parts and change the description I marked in the review. Thanks for Add Github actions to SPlineDist, this is going to be very useful on the future 😊

@@ -52,7 +52,7 @@ def build_extension(self, ext):
common_src = ['stardist/lib/utils.cpp']

setup(
name='stardist',
name='splinedist',
version=__version__,
description='StarDist',
Copy link

Choose a reason for hiding this comment

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

@ctr26 sorry to be picky, could you please change the description too? It says also StarDist 😄

Comment on lines +9 to +11
# - run: python3 -m pip install jupyter-repo2docker
# - run: repo2docker --no-run --image-name spline_contour:latest --user-id=1001 --user-name=1001 .
# - run: docker run spline_contour:latest pytest --nbmake data.ipynb training.ipynb prediction.ipynb
Copy link

Choose a reason for hiding this comment

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

If the we do not need this commands, I'd suggest to remove it. Unless, there is a reason to leave it.

repo2docker.build:
repo2docker --no-run --image-name spline_contour .

# repo2docker.tests:
Copy link

Choose a reason for hiding this comment

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

Same with this, I'd remove the commented commands :)

- libopencv
- py-opencv
- ipython
# - jupyter
Copy link

Choose a reason for hiding this comment

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

If we don't need Jupyter we can remove it

Comment on lines +38 to +42
# - cxx-compilern
# - gcc_linux-64
# - nvcc_linux-64
# - nccl
# - nvidia-ml
Copy link

Choose a reason for hiding this comment

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

Same with all the compiler stuff and the nvidia pluggins.

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