diff --git a/ee/api/Dockerfile b/ee/api/Dockerfile index 3d54c65dc..a90b6a5ba 100644 --- a/ee/api/Dockerfile +++ b/ee/api/Dockerfile @@ -13,10 +13,11 @@ ENV SOURCE_MAP_VERSION=0.7.4 \ WORKDIR /work COPY requirements.txt ./requirements.txt # Caching the source build -RUN pip install --no-cache-dir --upgrade uv -RUN uv pip install --no-cache-dir --upgrade pip setuptools wheel --system -RUN uv pip install --no-cache-dir --upgrade python3-saml==1.16.0 --no-binary=lxml --system -RUN uv pip install --no-cache-dir --upgrade -r requirements.txt --system +#RUN pip install --no-cache-dir --upgrade uv +#RUN uv pip install --no-cache-dir --upgrade pip setuptools wheel --system +#RUN uv pip install --no-cache-dir --upgrade python3-saml==1.16.0 --no-binary=lxml --system +#RUN uv pip install --no-cache-dir --upgrade -r requirements.txt --system +RUN pip install --no-cache-dir --upgrade -r requirements.txt --system COPY . . RUN mv env.default .env