remove models from Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,6 @@ COPY requirements.txt ./
|
|
| 28 |
COPY src/ ./src/
|
| 29 |
COPY static/ ./static/
|
| 30 |
COPY frontend/ ./frontend/
|
| 31 |
-
COPY models/ ./models/
|
| 32 |
|
| 33 |
# Install Python dependencies
|
| 34 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
|
|
|
| 28 |
COPY src/ ./src/
|
| 29 |
COPY static/ ./static/
|
| 30 |
COPY frontend/ ./frontend/
|
|
|
|
| 31 |
|
| 32 |
# Install Python dependencies
|
| 33 |
RUN pip3 install --no-cache-dir -r requirements.txt
|