mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
change training requirements
This commit is contained in:
parent
ac72a58213
commit
bd53427c72
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN apt-get update && apt-get upgrade -y \
|
|||
&& rm -rf /var/lib/apt/lists
|
||||
|
||||
# Install python packages
|
||||
COPY ../requirements/training/training-dev.txt requirements.txt
|
||||
COPY ../requirements/training/training.txt requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Create and configure non-root user
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue