danishhusyn commited on
Commit
371cfa7
·
verified ·
1 Parent(s): 050366c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
7
  && rm -rf /var/lib/apt/lists/*
8
  COPY requirements.txt ./
9
  COPY app.py ./
10
- COPY models/ ./models/
11
  RUN pip3 install -r requirements.txt
12
  EXPOSE 7860
13
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
 
7
  && rm -rf /var/lib/apt/lists/*
8
  COPY requirements.txt ./
9
  COPY app.py ./
10
+ COPY model/ ./model/
11
  RUN pip3 install -r requirements.txt
12
  EXPOSE 7860
13
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health