user1729 commited on
Commit
b56bf8c
·
unverified ·
1 Parent(s): 34b213c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -16,7 +16,6 @@ EXPOSE 8000
16
 
17
  # Copy application code
18
  COPY app ./app
19
- COPY models/fine_tuned ./models/fine_tuned
20
 
21
  # Run the application
22
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
 
17
  # Copy application code
18
  COPY app ./app
 
19
 
20
  # Run the application
21
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]