Skip to content

Commit f9a5136

Browse files
authored
Update Dockerfile.tmpl
1 parent 902a5ff commit f9a5136

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
@@ -195,7 +195,7 @@ RUN pip install pysal \
195195
# Use `conda install -c h2oai h2o` once Python 3.7 version is released to conda.
196196
apt-get install -y default-jre-headless && \
197197
pip install -f https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o \
198-
tensorflow-gcs-config<=${TENSORFLOW_VERSION} \
198+
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
199199
tensorflow-addons==0.17.1 \
200200
tensorflow_decision_forests==0.2.7 && \
201201
/tmp/clean-layer.sh

0 commit comments

Comments
 (0)