Spaces:
Runtime error
Runtime error
pyarrow dependency added
Browse files- Dockerfile +1 -1
- 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
|