mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #157 from Hestia-Homes/main
test removing pip install
This commit is contained in:
commit
76c17af189
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue