-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Dockerfile #8124
Update Dockerfile #8124
Conversation
correct relate update Signed-off-by: Kartik Shastrakar <[email protected]>
Hi @kartikshastrakar thanks for the contribution but could you explain the rationale behind these changes? I don't think any of them should be accepted as they are, so if there's something you needed to accomplish here we can review and see what to do. |
Hi ,
Actuall i was trying to change the dockerfile in it and had updated it
…On Fri, 4 Oct 2024 at 7:13 PM, Eric Kerfoot ***@***.***> wrote:
Hi @kartikshastrakar <https://github.com/kartikshastrakar> thanks for the
contribution but could you explain the rationale behind these changes? I
don't think any of them should be accepted as they are, so if there's
something you needed to accomplish here we can review and see what to do.
—
Reply to this email directly, view it on GitHub
<#8124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOZRTKXNFFQ45AXVBNJKMLZZ2LQLAVCNFSM6AAAAABPEAKACWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJTG42DAMRZGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
also only one check is skipped else all are fine i have attached a snap
because while using the monai ai i face some difficulties so i have changed
On Fri, 4 Oct 2024 at 7:31 PM, Kartik Shastrakar <
***@***.***> wrote:
… Hi ,
Actuall i was trying to change the dockerfile in it and had updated it
On Fri, 4 Oct 2024 at 7:13 PM, Eric Kerfoot ***@***.***>
wrote:
> Hi @kartikshastrakar <https://github.com/kartikshastrakar> thanks for
> the contribution but could you explain the rationale behind these changes?
> I don't think any of them should be accepted as they are, so if there's
> something you needed to accomplish here we can review and see what to do.
>
> —
> Reply to this email directly, view it on GitHub
> <#8124 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ATOZRTKXNFFQ45AXVBNJKMLZZ2LQLAVCNFSM6AAAAABPEAKACWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJTG42DAMRZGA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
The other checks will be fine because the code base wasn't changed, only the Dockerfile. Was there something specific with the issues you were having? As I said I don't think these changes should be accepted as they are, we need to see what wasn't working for you and then if we can modify the Dockerfile without breaking it for others. For example, we shouldn't remove the license header, nor remove the aarch64 install in the first RUN section. If you wanted a modified Dockerfile for your own purposes only, I would suggest to keep it in your own fork and not to propose the PR here. |
Ok, thanks for the clarification.
…On Fri, 4 Oct 2024 at 7:43 PM, Eric Kerfoot ***@***.***> wrote:
also only one check is skipped else all are fine i have attached a snap
because while using the monai ai i face some difficulties so i have changed
The other checks will be fine because the code base wasn't changed, only
the Dockerfile. Was there something specific with the issues you were
having? As I said I don't think these changes should be accepted as they
are, we need to see what wasn't working for you and then if we can modify
the Dockerfile without breaking it for others. For example, we shouldn't
remove the license header, nor remove the aarch64 install in the first RUN
section. If you wanted a modified Dockerfile for your own purposes only, I
would suggest to keep it in your own fork and not to propose the PR here.
—
Reply to this email directly, view it on GitHub
<#8124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOZRTLDNZDHWN5RGAHI2WDZZ2O7RAVCNFSM6AAAAABPEAKACWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJTHAYTAOBTG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
thank you for clarification |
correct relate update
Fixes # .
Description
A few sentences describing the changes proposed in this pull request.
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.