Ready I think
This commit is contained in:
@@ -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=''"]
|
||||
Reference in New Issue
Block a user