Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /app
|
|
14 |
COPY . /app
|
15 |
|
16 |
# Step 5: Install Python dependencies
|
17 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
18 |
|
19 |
# Step 6: Run makefile to build LLMinator
|
20 |
RUN make
|
|
|
14 |
COPY . /app
|
15 |
|
16 |
# Step 5: Install Python dependencies
|
17 |
+
RUN pip install --no-cache-dir -r requirements.txt --force-reinstall
|
18 |
|
19 |
# Step 6: Run makefile to build LLMinator
|
20 |
RUN make
|