Spaces:
Runtime error
Runtime error
Nicky Nicolson
commited on
Commit
•
65e9f20
1
Parent(s):
7cc6ee0
Mod google drive link for downloading
Browse files- 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 |
-
ADD https://
|
10 |
|
11 |
RUN sqlite-utils tables /code/ihinst.db --counts
|
12 |
RUN chmod 755 /code/ihinst.db
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
+
ADD https://docs.google.com/uc?export=download&id=17mI5W0qiGiBp_RV1jy3QR3KtN7Ah-1Ha /code/ihinst.db
|
10 |
|
11 |
RUN sqlite-utils tables /code/ihinst.db --counts
|
12 |
RUN chmod 755 /code/ihinst.db
|