MissingBreath commited on
Commit
86e19c1
·
verified ·
1 Parent(s): a2c4677

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,7 +7,8 @@ COPY ./requirements.txt /code/requirements.txt
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"]
13
 
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
  COPY . .
9
 
10
+ RUN gdown --folder 1fav3Drx5nynB_y04B7cJ8bj6H-2v3MGl
11
+ RUN gdown --folder 1mGuBY69JhklMIoHCCJ00kL2lDgggovBY
12
 
13
  CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
14