Small docker fix.
This commit is contained in:
@ -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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user