dixisouls commited on
Commit
5e6dd38
·
1 Parent(s): e2dbb45

Updated dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -8,7 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # Copy the rest of the application
10
  COPY app/ ./app/
11
- COPY models/ ./models/
12
  COPY .env .
13
 
14
  # Create required directories
 
8
 
9
  # Copy the rest of the application
10
  COPY app/ ./app/
 
11
  COPY .env .
12
 
13
  # Create required directories