Skip to content

Commit 3a39a31

Browse files
committed
fix(docker): remove incorrect Python library requirements
Signed-off-by: Alessandro Sturniolo <[email protected]>
1 parent 877a99b commit 3a39a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile.python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
157157
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
158158

159159
# 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
160+
RUN pip install --break-system-packages --user grpcio-tools==1.71.0 grpcio==1.71.0
161161

162162
COPY backend/python/${BACKEND} /${BACKEND}
163163
COPY backend/backend.proto /${BACKEND}/backend.proto

0 commit comments

Comments
 (0)