File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ ENV BUILD_TYPE=${BUILD_TYPE}
107107RUN if [ "${BUILD_TYPE}" = "cublas" ]; then \
108108 apt-get update && \
109109 apt-get install -y --no-install-recommends \
110- software-properties-common && \
110+ software-properties-common pciutils && \
111111 curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb && \
112112 dpkg -i cuda-keyring_1.1-1_all.deb && \
113113 rm -f cuda-keyring_1.1-1_all.deb && \
@@ -355,7 +355,7 @@ RUN mkdir -p /build/models
355355# Define the health check command
356356HEALTHCHECK --interval=1m --timeout=10m --retries=10 \
357357 CMD curl -f ${HEALTHCHECK_ENDPOINT} || exit 1
358-
358+
359359VOLUME /build/models
360360EXPOSE 8080
361361ENTRYPOINT [ "/build/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments