Skip to content

Commit

Permalink
Update Dockerfile.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored Jan 30, 2023
1 parent 902a5ff commit f9a5136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ RUN pip install pysal \
# Use `conda install -c h2oai h2o` once Python 3.7 version is released to conda.
apt-get install -y default-jre-headless && \
pip install -f https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o \
tensorflow-gcs-config<=${TENSORFLOW_VERSION} \
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
tensorflow-addons==0.17.1 \
tensorflow_decision_forests==0.2.7 && \
/tmp/clean-layer.sh
Expand Down

0 comments on commit f9a5136

Please sign in to comment.