Skip to content

Commit b93607e

Browse files
author
David Thrower
committed
Add jax, the vetter np version.
1 parent 54a637e commit b93607e

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
@@ -22,5 +22,6 @@ RUN echo "##### END OF LIST OF EXISTING PYTHON PACKAGES #####"
2222
## / debug
2323

2424
RUN pip install --upgrade pip
25+
# RUN pip install "numpy==1.26.4" --no-deps
2526
RUN pip install --ignore-installed blinker --ignore-installed ml_dtypes -r docker-requirements.txt
2627
RUN python train_a_generative_llm.py

docker-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# jax==0.5.3
2-
# jaxlib==0.5.3
1+
jax[cuda12_pip]
2+
jaxlib==0.8.0
33
pendulum==3.0.0
44
# tensorflow==2.20.0
5-
# numpy==2.3.5
5+
numpy==2.3.5
66
pandas==2.3.3
77
# pyvis==0.3.2
88
# plotly==5.20.0

0 commit comments

Comments
 (0)