koenverhagen commited on
Commit
aa5362c
1 Parent(s): f2cdb3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -8,7 +8,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
11
- RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
-
13
  CMD ["uvicorn", "server:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]
14
 
 
8
 
9
  COPY . .
10
 
 
 
11
  CMD ["uvicorn", "server:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]
12