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 902a5ff commit f9a5136Copy full SHA for f9a5136
Dockerfile.tmpl
@@ -195,7 +195,7 @@ RUN pip install pysal \
195
# Use `conda install -c h2oai h2o` once Python 3.7 version is released to conda.
196
apt-get install -y default-jre-headless && \
197
pip install -f https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o \
198
- tensorflow-gcs-config<=${TENSORFLOW_VERSION} \
+ "tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
199
tensorflow-addons==0.17.1 \
200
tensorflow_decision_forests==0.2.7 && \
201
/tmp/clean-layer.sh
0 commit comments