Almost ready

This commit is contained in:
2026-03-26 17:09:45 +01:00
parent 5bd8353242
commit 86018b4250
4 changed files with 316 additions and 223 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
FROM debian:13.3
# Install system dependencies
RUN apt-get update && apt-get install -y wget libgl1 libglib2.0-0 patchelf
RUN apt-get update && apt-get install -y wget libgl1 libglib2.0-0 patchelf git
# Copy project files
COPY ./src /src
@@ -19,7 +19,8 @@ ENV PATH="/home/student/.local/bin:$PATH"
WORKDIR /src
RUN uv venv --python 3.11
ENV PATH="/src/.venv/bin:$PATH"
RUN uv pip install notebook open-iris
ENV IRIS_ENV="DEV"
RUN uv pip install notebook git+https://github.com/worldcoin/open-iris.git@v1.11.0
RUN patchelf --clear-execstack /src/.venv/lib/python3.11/site-packages/onnxruntime/capi/*.so
# Launch Jupyter Notebook