Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,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 |
|
|
|
|
| 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 |
|