-
Notifications
You must be signed in to change notification settings - Fork 28.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
Add git LFS to AMD docker image #36016
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@@ -8,6 +8,8 @@ RUN apt update && \ | |||
apt clean && \ | |||
rm -rf /var/lib/apt/lists/* | |||
|
|||
RUN git lfs install |
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.
in other docker files, i see
RUN apt install -y git libsndfile1-dev tesseract-ocr espeak-ng python3 python3-pip ffmpeg git-lfs
RUN git lfs install
could you double check if apt install -y git-lfs
is also needed here?
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.
Nice catch! Thank you
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.
well, not sure all those are needed btw. The docker files are created initialized by another team member, and I just trust their work.
Specifically here, I only mean the git-lfs
part. If you feel comfortable to have all other stuffs including in this PR, I am ok.
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.
This should be correct 👌
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.
oh my bad. all libsndfile1-dev tesseract-ocr espeak-ng python3 python3-dev
things are already there before this PR ...sorry
396c6b3
to
f0e9a8f
Compare
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.
ok, thx!
What does this PR do?
Adds git LFS to the AMD docker image.
Should fix this failing test