Ready I think

This commit is contained in:
2026-04-08 12:14:12 +02:00
parent 86018b4250
commit ffc0e923dc
8 changed files with 172 additions and 145 deletions
+3
View File
@@ -23,6 +23,9 @@ 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
# Run initialize to download the model
RUN python ./initialize.py
# Launch Jupyter Notebook
EXPOSE 8888
CMD ["python", "-m", "jupyter", "notebook", "--ip=0.0.0.0", "--port=8888", "--no-browser", "--IdentityProvider.token=''"]