Spaces:
Runtime error
Runtime error
switch to local spotlight version
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -8,9 +8,10 @@ ENV HOME=/code
|
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
|
11 |
-
RUN pip install
|
12 |
|
13 |
-
|
|
|
14 |
|
15 |
COPY . .
|
16 |
RUN mkdir -p /code/.cache
|
|
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
|
11 |
+
RUN pip install renumics_spotlight-1.3.0.post9+b32d1a8-py3-none-any.whl
|
12 |
|
13 |
+
|
14 |
+
RUN pip install pyarrow datasets cleanvision
|
15 |
|
16 |
COPY . .
|
17 |
RUN mkdir -p /code/.cache
|