Merge pull request #157 from Hestia-Homes/main

test removing pip install
This commit is contained in:
KhalimCK 2023-08-24 16:08:38 +01:00 committed by GitHub
commit 76c17af189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ WORKDIR var/task/Model
# Install python dependencies
COPY ./backend/requirements/base.txt ./backend/requirements/base.txt
RUN pip install --upgrade pip
#RUN pip install --upgrade pip
# Install and clean up temp caches
RUN pip install -r backend/requirements/base.txt && rm -rf /root/.cache