Almost ready
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user