diegocaro commited on
Commit
948d687
·
1 Parent(s): 3265682
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ WORKDIR /app
9
  RUN --mount=type=secret,id=TOKEN,mode=0444,required=true \
10
  git clone https://diegocaro:$(cat /run/secrets/TOKEN)@huggingface.co/spaces/diegocaro/demo .
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
12
 
13
  EXPOSE 7860
14
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
9
  RUN --mount=type=secret,id=TOKEN,mode=0444,required=true \
10
  git clone https://diegocaro:$(cat /run/secrets/TOKEN)@huggingface.co/spaces/diegocaro/demo .
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
+ RUN pip install gradio
13
 
14
  EXPOSE 7860
15
  ENV GRADIO_SERVER_NAME="0.0.0.0"