Steffen Slavetinsky
commited on
Commit
·
d90ca60
1
Parent(s):
790d303
use whl in docker
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -6,7 +6,6 @@ ENV HOME=/code
|
|
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 |
COPY . .
|
|
|
6 |
RUN apt install curl
|
7 |
RUN pip install pip -U
|
8 |
|
|
|
9 |
RUN pip install renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl
|
10 |
|
11 |
COPY . .
|