Small docker fix.

This commit is contained in:
Daniel
2025-01-13 14:43:26 +01:00
parent 5187310d16
commit ba234628eb

View File

@ -25,6 +25,7 @@ RUN pip3 install --upgrade --no-cache-dir onnxruntime-gpu
# Install skelda # Install skelda
RUN pip3 install --upgrade --no-cache-dir scipy RUN pip3 install --upgrade --no-cache-dir scipy
RUN apt-get update && apt-get install -y --no-install-recommends xvfb
COPY ./skelda/ /skelda/ COPY ./skelda/ /skelda/
RUN pip3 install --no-cache-dir -e /skelda/ RUN pip3 install --no-cache-dir -e /skelda/