Commit
·
6990691
1
Parent(s):
42bfd0c
ahhhh jax
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -58,7 +58,7 @@ RUN ln -sf /usr/bin/python3.11 /usr/bin/python && python -m pip install --upgrad
|
|
| 58 |
|
| 59 |
# --- Python deps (pin order matters!) ---
|
| 60 |
# 1) JAX CUDA pins
|
| 61 |
-
RUN python -m pip install "jax[cuda12]==0.
|
| 62 |
|
| 63 |
# 2) Lock seqio early to avoid backtracking madness
|
| 64 |
RUN python -m pip install "seqio==0.0.11"
|
|
@@ -122,8 +122,6 @@ RUN python -m pip install --no-cache-dir --force-reinstall \
|
|
| 122 |
"tensorflow-text-nightly==2.20.0.dev20250316" \
|
| 123 |
"tf-hub-nightly"
|
| 124 |
|
| 125 |
-
RUN python -m pip install "jaxlib==0.6.2"
|
| 126 |
-
|
| 127 |
RUN python -m pip install huggingface_hub
|
| 128 |
|
| 129 |
RUN python -m pip install --no-cache-dir --force-reinstall "protobuf==4.25.3"
|
|
|
|
| 58 |
|
| 59 |
# --- Python deps (pin order matters!) ---
|
| 60 |
# 1) JAX CUDA pins
|
| 61 |
+
RUN python -m pip install "jax[cuda12]==0.7.1" "jaxlib==0.7.1"
|
| 62 |
|
| 63 |
# 2) Lock seqio early to avoid backtracking madness
|
| 64 |
RUN python -m pip install "seqio==0.0.11"
|
|
|
|
| 122 |
"tensorflow-text-nightly==2.20.0.dev20250316" \
|
| 123 |
"tf-hub-nightly"
|
| 124 |
|
|
|
|
|
|
|
| 125 |
RUN python -m pip install huggingface_hub
|
| 126 |
|
| 127 |
RUN python -m pip install --no-cache-dir --force-reinstall "protobuf==4.25.3"
|