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 877a99b commit 3a39a31Copy full SHA for 3a39a31
backend/Dockerfile.python
@@ -157,7 +157,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
157
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
158
159
# Install grpcio-tools
160
-RUN pip install --break-system-packages --user grpcio-tools==1.71.0 grpcio==1.71.0 torch diffusers transformers compel optimum.quanto accelerate gguf
+RUN pip install --break-system-packages --user grpcio-tools==1.71.0 grpcio==1.71.0
161
162
COPY backend/python/${BACKEND} /${BACKEND}
163
COPY backend/backend.proto /${BACKEND}/backend.proto
0 commit comments