Migrate Python bindings from SWIG to nanobind
This commit is contained in:
+2
-2
@@ -15,10 +15,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3-tk
|
||||
# Update pip to allow installation of skelda in editable mode
|
||||
RUN pip3 install --upgrade --no-cache-dir pip
|
||||
|
||||
# Install swig and later dependencies
|
||||
# Install build dependencies
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends build-essential
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends swig
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends libopencv-dev
|
||||
RUN pip3 install --no-cache-dir uv
|
||||
|
||||
# Install ONNX runtime
|
||||
# See: https://github.com/microsoft/onnxruntime/blob/main/dockerfiles/Dockerfile.tensorrt
|
||||
|
||||
Reference in New Issue
Block a user