Commit
·
9e4ab3c
1
Parent(s):
718a38c
cmon jax
Browse files- Dockerfile +4 -2
Dockerfile
CHANGED
@@ -116,6 +116,9 @@ for pat in patterns:
|
|
116 |
print("TF/Hub/Text cleared in:", site)
|
117 |
PY
|
118 |
|
|
|
|
|
|
|
119 |
# Reinstall pinned nightlies in ONE transaction
|
120 |
RUN python -m pip install --no-cache-dir --force-reinstall \
|
121 |
"tf-nightly==2.20.0.dev20250619" \
|
@@ -128,8 +131,7 @@ RUN python -m pip install --no-cache-dir --force-reinstall "protobuf==4.25.3"
|
|
128 |
|
129 |
RUN python -m pip install gradio
|
130 |
|
131 |
-
|
132 |
-
"jax==0.7.1" "jaxlib==0.7.1" "jax[cuda12]==0.7.1"
|
133 |
|
134 |
# Switch to Spaces’ preferred user
|
135 |
# Switch to Spaces’ preferred user
|
|
|
116 |
print("TF/Hub/Text cleared in:", site)
|
117 |
PY
|
118 |
|
119 |
+
RUN python -m pip install --no-cache-dir --force-reinstall \
|
120 |
+
"jax==0.6.2" "jaxlib==0.6.2" "jax[cuda12]==0.6.2"
|
121 |
+
|
122 |
# Reinstall pinned nightlies in ONE transaction
|
123 |
RUN python -m pip install --no-cache-dir --force-reinstall \
|
124 |
"tf-nightly==2.20.0.dev20250619" \
|
|
|
131 |
|
132 |
RUN python -m pip install gradio
|
133 |
|
134 |
+
|
|
|
135 |
|
136 |
# Switch to Spaces’ preferred user
|
137 |
# Switch to Spaces’ preferred user
|