Nicky Nicolson commited on
Commit
01ef10a
·
1 Parent(s): e675b11

Use GBIF dowbload of all Solanum preserved specimens

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,7 +1,9 @@
1
  FROM python:3.11
2
 
3
  #ARG GBIF_DOWNLOAD_ID="0032228-231002084531237"
4
- ARG GBIF_DOWNLOAD_ID="0237899-210914110416597"
 
 
5
  WORKDIR /code
6
 
7
  COPY ./requirements.txt /code/requirements.txt
 
1
  FROM python:3.11
2
 
3
  #ARG GBIF_DOWNLOAD_ID="0032228-231002084531237"
4
+ # ARG GBIF_DOWNLOAD_ID="0237899-210914110416597"
5
+ # All solanum
6
+ ARG GBIF_DOWNLOAD_ID="0032228-231002084531237"
7
  WORKDIR /code
8
 
9
  COPY ./requirements.txt /code/requirements.txt