Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,8 @@ RUN git clone https://github.com/tinaok/xsadcp.git xsadcp
|
|
| 7 |
RUN pwd \
|
| 8 |
&& ls
|
| 9 |
#
|
| 10 |
-
COPY ./requirements.txt /code/requirements.txt
|
|
|
|
| 11 |
RUN python3 -m pip install --no-cache-dir --upgrade pip
|
| 12 |
RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 13 |
|
|
|
|
| 7 |
RUN pwd \
|
| 8 |
&& ls
|
| 9 |
#
|
| 10 |
+
#COPY ./requirements.txt /code/requirements.txt
|
| 11 |
+
COPY xsadcp/requirements.txt /code/requirements.txt
|
| 12 |
RUN python3 -m pip install --no-cache-dir --upgrade pip
|
| 13 |
RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 14 |
|