Spaces:
Runtime error
Runtime error
MarkusStoll
commited on
Commit
•
d75a3b7
1
Parent(s):
bb4dab5
pip install fix
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -6,8 +6,9 @@ ENV HOME=/code
|
|
6 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
RUN apt install curl
|
9 |
-
RUN
|
10 |
-
RUN
|
|
|
11 |
|
12 |
RUN pip install datasets
|
13 |
|
|
|
6 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
RUN apt install curl
|
9 |
+
RUN pip install pip -U
|
10 |
+
RUN curl -LJO https://spotlightpublic.blob.core.windows.net/github-public/Renumics/renumics_spotlight-1.1.0.post34+853e8be-py3-none-any.whl
|
11 |
+
RUN pip install renumics_spotlight-1.1.0.post34+853e8be-py3-none-any.whl
|
12 |
|
13 |
RUN pip install datasets
|
14 |
|