Skip to content

Commit 3e69872

Browse files
Update Dockerfile
Added --ignore-installed to pip installs ...
1 parent 26f6ad2 commit 3e69872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /app/cerebros-core-algorithm-alpha
1212

1313
RUN git checkout 247-2025-09-27--new-hpo-study-with-sampling-plus-penalties
1414

15-
RUN pip3 install -r requirements.txt
16-
RUN pip3 install -r cicd-requirements.txt
15+
RUN pip3 install -r --ignore-installed requirements.txt
16+
RUN pip3 install -r --ignore-installed cicd-requirements.txt
1717

1818
ENTRYPOINT ["python3", "generative-proof-of-concept-CPU-preprocessing-in-memory.py" ]

0 commit comments

Comments
 (0)