Spaces:
Runtime error
Runtime error
Nicky Nicolson
commited on
Commit
·
6e64108
1
Parent(s):
7875bd2
switch to smaller datafile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.11
|
2 |
|
3 |
-
ARG GBIF_DOWNLOAD_ID="0032228-231002084531237"
|
4 |
-
|
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 |
WORKDIR /code
|
6 |
|
7 |
COPY ./requirements.txt /code/requirements.txt
|