changed pip3 to pip

This commit is contained in:
2025-10-21 23:44:37 +02:00
parent 4689966783
commit afe5e85add

View File

@@ -10,7 +10,7 @@ RUN apk add --no-cache \
build-base
# Install ortools directly
RUN pip3 install --no-cache-dir ortools
RUN pip install --no-cache-dir ortools
# Create symlink so python3 is callable as python
RUN ln -sf /usr/bin/python3 /usr/bin/python