correct docker image

This commit is contained in:
Khalim Conn-Kowlessar 2023-08-24 20:46:48 +01:00
parent a71bd53592
commit e8556ae607

View file

@ -13,9 +13,9 @@ WORKDIR var/task/Model
# Install python dependencies
COPY ./backend/requirements/base.txt ./backend/requirements/base.txt
RUN pip install --upgrade pip
# Install and clean up temp caches
RUN pip install -r backend/requirements/base.txt && rm -rf /root/.cache
RUN pip install --upgrade pip \
&& pip install -r backend/requirements/base.txt && rm -rf /root/.cache
# Since we are not using a base AWS image, there is some additional setup required. We need to set up the runtime
# interface client