Skip to content

Commit 945d126

Browse files
Update Dockerfile
Add pip install --upgrade pip ...
1 parent 3f05144 commit 945d126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WORKDIR /app/cerebros-core-algorithm-alpha
1313

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

16+
RUN pip3 install --ignore-installed --upgrade pip
1617
RUN pip3 install --ignore-installed -r requirements.txt
1718
RUN pip3 install --ignore-installed -r cicd-requirements.txt
1819

0 commit comments

Comments
 (0)