Steffen Slavetinsky
commited on
install from onedrive
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -6,7 +6,8 @@ ENV HOME=/code
|
|
6 |
RUN apt install curl
|
7 |
RUN pip install pip -U
|
8 |
|
9 |
-
RUN
|
|
|
10 |
|
11 |
RUN pip install datasets
|
12 |
COPY prepare.py .
|
|
|
6 |
RUN apt install curl
|
7 |
RUN pip install pip -U
|
8 |
|
9 |
+
RUN wget -O renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl "https://simspark.sharepoint.com/:u:/s/RenumicsPartner/ESG49MdZHvZGnN8KwDfJydcBfNBS9TbTAMCXY8596AUy0Q?e=sYF0gM&download=1"
|
10 |
+
RUN pip install renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl
|
11 |
|
12 |
RUN pip install datasets
|
13 |
COPY prepare.py .
|