Spaces:
Runtime error
Runtime error
added copy in dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
ENV HOME=/code
|
5 |
-
|
6 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
RUN apt install curl
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
ENV HOME=/code
|
5 |
+
COPY ./renumics_spotlight-1.3.0.post9+b32d1a8-py3-none-any.whl /code/renumics_spotlight-1.3.0.post9+b32d1a8-py3-none-any.whl
|
6 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
RUN apt install curl
|