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

Getting code ready for the next major release #58

Draft
wants to merge 1,390 commits into
base: master
Choose a base branch
from
Draft

Conversation

sarthakpati
Copy link
Member

@sarthakpati sarthakpati commented May 11, 2023

Fixes issue #N.A.

Proposed Changes

  • removed the FeTS 1.0 inference executables, since they were designed for pre-op GBM
  • added docker image construction
  • added helper python script CreateCSVForDICOMs.py and updated PrepareDataset.py to handle post-op cases
  • added a setup.py to aid in install-time environment creation
  • Removed unnecessary files

@sarthakpati sarthakpati marked this pull request as draft May 11, 2023 20:27
@sarthakpati sarthakpati changed the title Removing a lot of stuff for the next release Getting code ready for the next major release Jun 19, 2023
aristizabal95 and others added 28 commits July 24, 2023 18:04
@@ -117,7 +117,9 @@ jobs:
# Run the image from the base entrypoint as a test
- name: Test container with entrypoint
# Run a tag we generated from the metadata extraction above -- they're all the same image, but echo it regardless just so we know.
run: docker run --rm ghcr.io/fets-ai/front-end:latest -h
run: |
docker run --rm ghcr.io/fets-ai/front-end:latest -h
Copy link
Member Author

@sarthakpati sarthakpati Dec 23, 2023

Choose a reason for hiding this comment

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

Should there be some other (or additional) check(s) here, @aristizabal95 @hasan7n? Maybe something specific to mlcubes?

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.

4 participants