Skip to content

Commit a57bdf1

Browse files
committed
Ensure final dockerfile updates packages
Signed-off-by: Sean Pryor <[email protected]>
1 parent 2472975 commit a57bdf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ COPY --from=flash-att-v2-builder /usr/src/flash-attention-v2/build /usr/src/flas
253253
FROM cuda-runtime as server-release
254254
ARG SITE_PACKAGES=/opt/miniconda/lib/python3.11/site-packages
255255

256+
RUN dnf update -y
257+
256258
# Install C++ compiler (required at runtime when PT2_COMPILE is enabled)
257259
RUN dnf install -y gcc-c++ && dnf clean all \
258260
&& useradd -u 2000 tgis -m -g 0

0 commit comments

Comments
 (0)