Skip to content

Commit 911b508

Browse files
committed
h20 for python3.10 is unavailable in conda.
Use pip installation.
1 parent 5ebeb55 commit 911b508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
183183
flax \
184184
"${JAXVER}"
185185

186-
RUN conda install -c h2oai h2o && /tmp/clean-layer.sh
186+
RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && /tmp/clean-layer.sh
187187

188188
RUN pip install \
189189
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \

0 commit comments

Comments
 (0)