Skip to content

Commit 54a637e

Browse files
author
David Thrower
committed
Add upgrade pip.
1 parent 3aafcd1 commit 54a637e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ RUN echo "##### END OF LIST OF EXISTING PYTHON PACKAGES #####"
2121

2222
## / debug
2323

24+
RUN pip install --upgrade pip
2425
RUN pip install --ignore-installed blinker --ignore-installed ml_dtypes -r docker-requirements.txt
2526
RUN python train_a_generative_llm.py

docker-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pendulum==3.0.0
44
# tensorflow==2.20.0
55
# numpy==2.3.5
6-
# pandas==2.3.3
6+
pandas==2.3.3
77
# pyvis==0.3.2
88
# plotly==5.20.0
99
matplotlib==3.10.7
@@ -14,9 +14,9 @@ tqdm==4.67.1
1414

1515
# tensorflow-text==2.19.0
1616
# keras-nlp==0.19.0
17-
scikit-learn==1.4.1.post1
17+
scikit-learn==1.8.0
1818
# tensorflow-hub==0.16.1
19-
transformers==4.54.0
19+
transformers==4.57.3
2020
datasets==4.5.0
2121
# optuna==4.6.0
2222
mlflow==3.8.1

0 commit comments

Comments
 (0)