Olga commited on
Commit
247fcf9
1 Parent(s): 30dc5d3

Add application file

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