We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f68164 commit 6702ca7Copy full SHA for 6702ca7
Dockerfile.tmpl
@@ -175,12 +175,15 @@ RUN pip install pycuda \
175
/tmp/clean-layer.sh
176
{{ end }}
177
178
-RUN pip install pysal \
+RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
179
+ pip install pysal \
180
seaborn python-dateutil dask python-igraph \
181
pyyaml joblib husl geopy mne pyshp \
182
pandas \
183
polars \
- flax && \
184
+ flax \
185
+ "${JAXVER}" && \
186
+
187
# Install h2o from source.
188
# Use `conda install -c h2oai h2o` once Python 3.7 version is released to conda.
189
apt-get install -y default-jre-headless && \
0 commit comments