sps44 commited on
Commit
1f96418
1 Parent(s): cadc677

pyarrow dependency added

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +2 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ ENV HOME=/code
8
  RUN apt install curl
9
  RUN pip install pip -U
10
 
11
- RUN pip install renumics-spotlight==1.3.0rc8
12
 
13
  # RUN pip install datasets
14
 
 
8
  RUN apt install curl
9
  RUN pip install pip -U
10
 
11
+ RUN pip install renumics-spotlight==1.3.0rc8 pyarrow
12
 
13
  # RUN pip install datasets
14
 
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  renumics-spotlight
2
- datasets
 
 
1
  renumics-spotlight
2
+ datasets
3
+ fastparquet