We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a637e commit b93607eCopy full SHA for b93607e
Dockerfile
@@ -22,5 +22,6 @@ RUN echo "##### END OF LIST OF EXISTING PYTHON PACKAGES #####"
22
## / debug
23
24
RUN pip install --upgrade pip
25
+# RUN pip install "numpy==1.26.4" --no-deps
26
RUN pip install --ignore-installed blinker --ignore-installed ml_dtypes -r docker-requirements.txt
27
RUN python train_a_generative_llm.py
docker-requirements.txt
@@ -1,8 +1,8 @@
1
-# jax==0.5.3
2
-# jaxlib==0.5.3
+jax[cuda12_pip]
+jaxlib==0.8.0
3
pendulum==3.0.0
4
# tensorflow==2.20.0
5
-# numpy==2.3.5
+numpy==2.3.5
6
pandas==2.3.3
7
# pyvis==0.3.2
8
# plotly==5.20.0
0 commit comments