Spaces:
Runtime error
Runtime error
Checking what files are
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,6 @@ WORKDIR /code
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
-
RUN echo $(python3 -m site --user-base)
|
| 9 |
|
| 10 |
COPY . .
|
| 11 |
|
|
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 8 |
|
| 9 |
COPY . .
|
| 10 |
|