mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct docker image
This commit is contained in:
parent
a71bd53592
commit
e8556ae607
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue