From e50cbf05310b630a31147f25e8d7d16e0ad7bc58 Mon Sep 17 00:00:00 2001 From: Yojana Gadiya <45199062+YojanaGadiya@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:39:56 +0200 Subject: [PATCH] add lib to dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d688495..af6bdc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ build-essential \ software-properties-common RUN apt-get install libxrender1 --no-install-recommends -y +RUN apt-get install libxext6 --no-install-recommends -y +# RUN apt-get install libx11-6 --no-install-recommends -y +# RUN apt-get install libglib2.0-0 --no-install-recommends -y # Copy code and start script (this will place the files in home/username/) COPY .streamlit $HOME/datascience_toolkit/.streamlit