Nicky Nicolson
commited on
Commit
·
5717fee
1
Parent(s):
16e5414
Copy getDownloadMetadata.py to working dir
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ RUN ls -lh /data
|
|
16 |
RUN unzip /data/gbif-occs.zip -d /data
|
17 |
RUN ls -lh /data
|
18 |
COPY ./tab2csv.py /code/tab2csv.py
|
|
|
19 |
|
20 |
RUN python tab2csv.py --createcols /data/${GBIF_DOWNLOAD_ID}.csv /data/gbifocc.csv
|
21 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|
|
|
16 |
RUN unzip /data/gbif-occs.zip -d /data
|
17 |
RUN ls -lh /data
|
18 |
COPY ./tab2csv.py /code/tab2csv.py
|
19 |
+
COPY ./getDownloadMetadata.py /code/getDownloadMetadata.py
|
20 |
|
21 |
RUN python tab2csv.py --createcols /data/${GBIF_DOWNLOAD_ID}.csv /data/gbifocc.csv
|
22 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|