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