-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: reduce size of the docker images #3990
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
chore: reduce size of the docker images #3990
Conversation
637b65e
to
a59df46
Compare
/bot run |
PR_Github #4034 [ run ] triggered by Bot |
PR_Github #4034 [ run ] completed with state |
f26c5d8
to
0029de8
Compare
/bot run |
PR_Github #4397 [ run ] triggered by Bot |
PR_Github #4397 [ run ] completed with state |
f0e0867
to
22f4606
Compare
/bot run |
PR_Github #4575 [ run ] triggered by Bot |
@MartinMarciniszyn Please also fix the DCO check. Thanks. |
@kaiyux , I don't understand why these DCO checks are failing. All commits have been signed off. For some reason, GitHub does not recognize the signature. I will try to squash and recommit. |
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
a7ab4c5
to
d9693d7
Compare
PR_Github #4575 [ run ] completed with state |
/bot reuse-pipeline |
PR_Github #4714 [ reuse-pipeline ] triggered by Bot |
PR_Github #4714 [ reuse-pipeline ] completed with state |
|
||
def get_current_timestamp() -> str: | ||
"""Get the current timestamp in YYYYMMDDhhmm format.""" | ||
return _dt.datetime.now(_dt.UTC).strftime("%Y%m%d%H%M") |
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.
Thank you for providing the script. I have conducted experiments locally. Since the local datetime
version is older, I will make modifications to this part and use datetime.timezone.utc
.
python/cpython#91973
[TRTLLM-325][infra] Prepare for NGC release
Description
These changes reduce the size of the docker image.