Skip to content

Commit

Permalink
add lib to dockerfile (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya authored Oct 21, 2024
2 parents c528841 + 1927e68 commit aac2ec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aac2ec1

Please sign in to comment.