test removing pip install

This commit is contained in:
Khalim Conn-Kowlessar 2023-08-24 16:08:18 +01:00
parent dc1546967b
commit 9c1b60a77f

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