seanpedrickcase commited on
Commit
4790eb4
·
1 Parent(s): 3cecbfa

Added git to Dockerfile to be able to install git-based custom gradio components

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -44,6 +44,7 @@ RUN apt-get update \
44
  poppler-utils \
45
  libgl1-mesa-glx \
46
  libglib2.0-0 \
 
47
  && apt-get clean \
48
  && rm -rf /var/lib/apt/lists/*
49
 
 
44
  poppler-utils \
45
  libgl1-mesa-glx \
46
  libglib2.0-0 \
47
+ git \
48
  && apt-get clean \
49
  && rm -rf /var/lib/apt/lists/*
50