mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #399 from Hestia-Homes/remote-assessment-api
corrected requirements references in dockerfile
This commit is contained in:
commit
090323cbb9
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue