tinaok commited on
Commit
56e1504
1 Parent(s): d7b86a7
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
  # Add step to download folder from URL
 
 
11
  RUN apt-get update && apt-get install -y wget \
12
  && wget https://data-eurogoship.ifremer.fr/copy_seadatanet/1H_file.zarr \
13
  && mv 1H_file.zarr /data/
@@ -23,3 +25,5 @@ RUN chmod 777 .chroma
23
  RUN mkdir /.local
24
  RUN chmod 777 /.local
25
 
 
 
 
8
 
9
  COPY . .
10
  # Add step to download folder from URL
11
+ RUN mkdir /data
12
+ RUN chmod 777 /data
13
  RUN apt-get update && apt-get install -y wget \
14
  && wget https://data-eurogoship.ifremer.fr/copy_seadatanet/1H_file.zarr \
15
  && mv 1H_file.zarr /data/
 
25
  RUN mkdir /.local
26
  RUN chmod 777 /.local
27
 
28
+
29
+