Skip to content

Commit 5432018

Browse files
Update Dockerfile
Pip<>pip3 ...
1 parent ee810ed commit 5432018

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Dockerfile

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

1515
RUN git checkout 247-2025-09-27--new-hpo-study-with-sampling-plus-penalties
1616

17-
RUN pip3 install --ignore-installed --upgrade pip
18-
RUN pip3 install --ignore-installed -r requirements.txt
19-
RUN pip3 install --ignore-installed -r cicd-requirements.txt
17+
# RUN pip3 install --ignore-installed --upgrade pip
18+
# RUN pip3 install --ignore-installed -r requirements.txt
19+
# RUN pip3 install --ignore-installed -r cicd-requirements.txt
20+
21+
RUN pip install --ignore-installed --upgrade pip
22+
RUN pip install --ignore-installed -r requirements.txt
23+
RUN pip install --ignore-installed -r cicd-requirements.txt
2024

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

0 commit comments

Comments
 (0)