MissingBreath commited on
Commit
3dd8e32
·
verified ·
1 Parent(s): e237f80

Update Dockerfile

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