Spaces:
Runtime error
Runtime error
fix whl extension
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ COPY ./renumics_spotlight-1.3.0.post104+adfcaf1-py3-none-any.whl /code/renumics_
|
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
|
11 |
-
RUN pip install renumics_spotlight-1.3.0.post104+adfcaf1-py3-none-any
|
12 |
|
13 |
|
14 |
RUN pip install pyarrow datasets
|
|
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
|
11 |
+
RUN pip install renumics_spotlight-1.3.0.post104+adfcaf1-py3-none-any.whl
|
12 |
|
13 |
|
14 |
RUN pip install pyarrow datasets
|