mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
remove install of version control requirements
This commit is contained in:
parent
9501130419
commit
5960ebbf22
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ RUN yum install -y gcc python3-devel
|
|||
# Install python packages
|
||||
COPY modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt ./requirements.txt
|
||||
RUN pip install --no-cache-dir -r ./requirements.txt
|
||||
RUN pip install --no-cache-dir -r ./requirements-vc.txt
|
||||
|
||||
# Copy the project code
|
||||
COPY modules/ml-pipeline/src/pipeline ./pipeline
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue