Luigi commited on
Commit
c44a627
·
1 Parent(s): 6ee5476

remove models from Dockerfile

Browse files
Files changed (1) hide show
  1. 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