Spaces:
Runtime error
Runtime error
Nicky Nicolson
commited on
Commit
•
0c0ffb8
1
Parent(s):
948faf7
Copy script to working dir
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -17,6 +17,7 @@ RUN ls -l /data
|
|
17 |
RUN unzip /data/gbif-occs.zip -d /data
|
18 |
RUN ls -l /data
|
19 |
COPY ./tab2csv.py /code/tab2csv.py
|
|
|
20 |
RUN python tab2csv.py /data/${GBIF_DOWNLOAD_ID}.csv /data/gbifocc-temp.csv
|
21 |
RUN python extractcollectorname.py /data/gbifocc-temp.csv /data/gbifocc.csv
|
22 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|
|
|
17 |
RUN unzip /data/gbif-occs.zip -d /data
|
18 |
RUN ls -l /data
|
19 |
COPY ./tab2csv.py /code/tab2csv.py
|
20 |
+
COPY ./extractcollectorname.py code/extractcollectorname.py
|
21 |
RUN python tab2csv.py /data/${GBIF_DOWNLOAD_ID}.csv /data/gbifocc-temp.csv
|
22 |
RUN python extractcollectorname.py /data/gbifocc-temp.csv /data/gbifocc.csv
|
23 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|