Missed a step.

This commit is contained in:
Nicolas Patry 2025-02-07 00:01:10 +01:00
parent 04462263dc
commit 90e54a19e0
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -194,7 +194,7 @@ RUN conda install -c conda-forge gperftools mkl
# Install server
COPY proto proto
COPY server/pyproject.toml server/pyproject.toml
COPY server server
COPY server/Makefile server/Makefile
RUN cd server && \
pip install -U pip uv && \