-
Notifications
You must be signed in to change notification settings - Fork 3
Sumanth mtc #23
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
base: main
Are you sure you want to change the base?
Sumanth mtc #23
Conversation
Initial Commit
updated slicer_cli
Updated Dockerfile
import os, girder_client | ||
import numpy as np | ||
import pandas as pd | ||
from tiffslide import TiffSlide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TiffSlide
not used please remove
from skimage.color import rgb2gray | ||
|
||
|
||
sys.path.append("..") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed please remove
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove extra space end of the file, just leave 1 extra line
COPY . $mc_path/ | ||
WORKDIR $mc_path | ||
|
||
RUN pip cache purge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we need this?
No description provided.