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

Update Dockerfile

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