Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
8 |
COPY requirements.txt .
|
9 |
|
10 |
# Install dependencies
|
11 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# Copy the app code
|
14 |
COPY . .
|
|
|
8 |
COPY requirements.txt .
|
9 |
|
10 |
# Install dependencies
|
11 |
+
RUN pip install --no-cache-dir -r requirements.txt --upgrade --ignore-installed
|
12 |
|
13 |
# Copy the app code
|
14 |
COPY . .
|