Dev (#2930)
* fix(chalice): changed ee dockerfile to use pip instead of uv
This commit is contained in:
parent
4c81b195a1
commit
c74d1671a5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ COPY requirements.txt ./requirements.txt
|
|||
#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
|
||||
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
RUN mv env.default .env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue