File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
2425RUN pip install --ignore-installed blinker --ignore-installed ml_dtypes -r docker-requirements.txt
2526RUN python train_a_generative_llm.py
Original file line number Diff line number Diff line change 33pendulum==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
99matplotlib==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
2020datasets==4.5.0
2121# optuna==4.6.0
2222mlflow==3.8.1
You can’t perform that action at this time.
0 commit comments