Spaces:
Build error
Build error
docker
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -12,8 +12,6 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
| 12 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 13 |
COPY --chown=user . $HOME/app
|
| 14 |
|
| 15 |
-
COPY ./requirements.txt $HOME/app/requirements.txt
|
| 16 |
-
|
| 17 |
RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
|
| 18 |
|
| 19 |
COPY . .
|
|
|
|
| 12 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 13 |
COPY --chown=user . $HOME/app
|
| 14 |
|
|
|
|
|
|
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
|
| 16 |
|
| 17 |
COPY . .
|