Spaces:
Runtime error
Runtime error
Nicky Nicolson
commited on
Commit
·
4d53d1c
1
Parent(s):
041b20c
fix enable fts command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ RUN python tab2csv.py --limit 1000 --createcols /data/${GBIF_DOWNLOAD_ID}.csv /d
|
|
31 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|
32 |
RUN ls -l /code
|
33 |
RUN sqlite-utils tables /code/gbifocc.db --counts
|
34 |
-
RUN sqlite-utils enable-fts /code/gbifocc.db collectorNameAndNumber
|
35 |
|
36 |
#RUN sqlite-utils tables /code/ihinst.db --counts
|
37 |
RUN chmod 755 /code/gbifocc.db
|
|
|
31 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|
32 |
RUN ls -l /code
|
33 |
RUN sqlite-utils tables /code/gbifocc.db --counts
|
34 |
+
RUN sqlite-utils enable-fts /code/gbifocc.db gbifocc collectorNameAndNumber
|
35 |
|
36 |
#RUN sqlite-utils tables /code/ihinst.db --counts
|
37 |
RUN chmod 755 /code/gbifocc.db
|