imrnh commited on
Commit
1007ddd
1 Parent(s): 33fb93a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ COPY ./requirements.txt /code/requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  RUN pip install fastapi uvicorn
 
10
 
11
  COPY . .
12
 
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  RUN pip install fastapi uvicorn
10
+ RUN pip install gradio
11
 
12
  COPY . .
13