From f9a5136e75b71b0c65cc74e3d01994e4c55cadca Mon Sep 17 00:00:00 2001 From: Dustin H Date: Mon, 30 Jan 2023 14:40:00 -0500 Subject: [PATCH] Update Dockerfile.tmpl --- Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index e23d4e94..c1c02bd7 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -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