Spaces:
Runtime error
Runtime error
Commit
·
cd3333f
1
Parent(s):
49d6ae9
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -7,8 +7,8 @@ ENV HOME=/code
|
|
7 |
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
-
|
11 |
-
RUN pip install
|
12 |
|
13 |
RUN pip install datasets
|
14 |
|
|
|
7 |
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
+
|
11 |
+
RUN RUN pip install renumics-spotlight==1.2.0rc2
|
12 |
|
13 |
RUN pip install datasets
|
14 |
|