From 28bff5f29381fb2876704eb5a95dd78618d246e1 Mon Sep 17 00:00:00 2001 From: Scott Davidson Date: Thu, 26 Oct 2023 15:26:06 +0100 Subject: [PATCH] Fix typo --- images/ui-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ui-base/Dockerfile b/images/ui-base/Dockerfile index 801fc7b..e5b2388 100644 --- a/images/ui-base/Dockerfile +++ b/images/ui-base/Dockerfile @@ -3,4 +3,4 @@ FROM python:3.11-slim ENV GRADIO_SERVER_PORT=7680 -RUN pip install --no-pip-cache gradio==3.50.2 huggingface-hub==0.18.0 \ No newline at end of file +RUN pip install --no-cache-dir gradio==3.50.2 huggingface-hub==0.18.0 \ No newline at end of file