mesutdmn commited on
Commit
58e9e95
·
1 Parent(s): 3a397cd

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -9,8 +9,5 @@ WORKDIR .
9
  COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
- # Model dosyanızı kopyalayın
13
- COPY path/to/your/model.pth ./path/to/your/model.pth
14
-
15
  COPY --chown=user . /app
16
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
  COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
 
 
 
12
  COPY --chown=user . /app
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]