Spaces:
Runtime error
Runtime error
Nicky Nicolson
commited on
Commit
·
e0a2eea
1
Parent(s):
90c51f5
Correct outputfile name
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN \
|
|
26 |
RUN gem install dwc_agent
|
27 |
|
28 |
#COPY ./extractcollectorname.py /code/extractcollectorname.py
|
29 |
-
RUN python tab2csv.py --limit 1000 --createcols /data/${GBIF_DOWNLOAD_ID}.csv /data/gbifocc
|
30 |
#RUN python extractcollectorname.py /data/gbifocc-temp.csv /data/gbifocc.csv
|
31 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|
32 |
RUN ls -l /code
|
|
|
26 |
RUN gem install dwc_agent
|
27 |
|
28 |
#COPY ./extractcollectorname.py /code/extractcollectorname.py
|
29 |
+
RUN python tab2csv.py --limit 1000 --createcols /data/${GBIF_DOWNLOAD_ID}.csv /data/gbifocc.csv
|
30 |
#RUN python extractcollectorname.py /data/gbifocc-temp.csv /data/gbifocc.csv
|
31 |
RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
|
32 |
RUN ls -l /code
|