You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each instruction in a Dockerfile adds an additional layer to the output image, as referenced in the multi-part build documentation. You should try to combine the two RUN instructions into a single && based line to avoid adding an unnecessary layer to your Docker image.
The text was updated successfully, but these errors were encountered:
FlamingoV2/Dockerfile
Line 7 in cddd603
Each instruction in a Dockerfile adds an additional layer to the output image, as referenced in the multi-part build documentation. You should try to combine the two
RUN
instructions into a single&&
based line to avoid adding an unnecessary layer to your Docker image.The text was updated successfully, but these errors were encountered: