We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2472975 commit a57bdf1Copy full SHA for a57bdf1
Dockerfile
@@ -253,6 +253,8 @@ COPY --from=flash-att-v2-builder /usr/src/flash-attention-v2/build /usr/src/flas
253
FROM cuda-runtime as server-release
254
ARG SITE_PACKAGES=/opt/miniconda/lib/python3.11/site-packages
255
256
+RUN dnf update -y
257
+
258
# Install C++ compiler (required at runtime when PT2_COMPILE is enabled)
259
RUN dnf install -y gcc-c++ && dnf clean all \
260
&& useradd -u 2000 tgis -m -g 0
0 commit comments