From 2e67227f1bb6068c3f23bc044ad76ef7d4bccdc7 Mon Sep 17 00:00:00 2001 From: Dan Goldin Date: Thu, 28 Oct 2021 15:55:48 -0400 Subject: [PATCH] Typo(#5636) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fceda984..cf1ae9a38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ RUN wget --quiet $databricks_odbc_driver_url -O /tmp/simba_odbc.zip \ WORKDIR /app -# Disalbe PIP Cache and Version Check +# Disable PIP Cache and Version Check ENV PIP_DISABLE_PIP_VERSION_CHECK=1 ENV PIP_NO_CACHE_DIR=1