chenhaoq87 commited on
Commit
dbbd392
·
verified ·
1 Parent(s): 2b32dbb

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10-slim
3
  WORKDIR /app
4
 
5
  # Copy files
6
- COPY requirements_api.txt requirements.txt
7
  COPY fastapi_app.py app.py
8
  COPY model.joblib .
9
 
 
3
  WORKDIR /app
4
 
5
  # Copy files
6
+ COPY requirements.txt .
7
  COPY fastapi_app.py app.py
8
  COPY model.joblib .
9