Spaces:
Runtime error
Runtime error
MarkusStoll
commited on
Commit
·
633e5b2
1
Parent(s):
6290607
pip install datasets
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ ENV HOME=/code
|
|
8 |
RUN apt install curl
|
9 |
RUN curl -LJO https://spotlightpublic.blob.core.windows.net/github-public/Renumics/renumics_spotlight-1.1.0.post16+c447f37-py3-none-any.whl
|
10 |
RUN pip install renumics_spotlight-1.1.0.post16+c447f37-py3-none-any.whl
|
|
|
11 |
|
12 |
COPY . .
|
13 |
RUN mkdir -p /code/.cache
|
|
|
8 |
RUN apt install curl
|
9 |
RUN curl -LJO https://spotlightpublic.blob.core.windows.net/github-public/Renumics/renumics_spotlight-1.1.0.post16+c447f37-py3-none-any.whl
|
10 |
RUN pip install renumics_spotlight-1.1.0.post16+c447f37-py3-none-any.whl
|
11 |
+
RUN pip install datasets
|
12 |
|
13 |
COPY . .
|
14 |
RUN mkdir -p /code/.cache
|