corrected requirements references in backend

This commit is contained in:
Khalim Conn-Kowlessar 2025-04-16 17:52:09 +01:00
parent 1565b85639
commit 2f636fb1df

View file

@ -9,10 +9,10 @@ ENV PYTHONUNBUFFERED 1
WORKDIR var/task/Model
# Install python dependencies
COPY ./backend/requirements/requirements.txt ./requirements.txt
COPY ./backend/engine/requirements.txt ./requirements.txt
# Install and clean up temp caches
RUN pip install --upgrade pip \
&& pip install -r backend/engine/requirements.txt && rm -rf /root/.cache
&& pip install -r requirements.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