Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
|
|
23 |
&& rm -rf /var/lib/apt/lists/*
|
24 |
|
25 |
# Pre-install NumPy to enforce version
|
26 |
-
RUN pip3 install --no-cache-dir
|
27 |
|
28 |
# Install Python dependencies
|
29 |
COPY requirements.txt .
|
|
|
23 |
&& rm -rf /var/lib/apt/lists/*
|
24 |
|
25 |
# Pre-install NumPy to enforce version
|
26 |
+
RUN pip3 install --no-cache-dir
|
27 |
|
28 |
# Install Python dependencies
|
29 |
COPY requirements.txt .
|