Spaces:
Build error
Build error
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ 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 |
-
RUN pip install --no-cache-dir --upgrade -r
|
| 16 |
|
| 17 |
COPY . .
|
| 18 |
|
|
|
|
| 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 requirements.txt
|
| 16 |
|
| 17 |
COPY . .
|
| 18 |
|