mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-30 13:10:43 +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
|
# Install python packages
|
||||||
COPY modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt ./requirements.txt
|
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.txt
|
||||||
RUN pip install --no-cache-dir -r ./requirements-vc.txt
|
|
||||||
|
|
||||||
# Copy the project code
|
# Copy the project code
|
||||||
COPY modules/ml-pipeline/src/pipeline ./pipeline
|
COPY modules/ml-pipeline/src/pipeline ./pipeline
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue