anon5 commited on
Commit
c3cd5d0
·
verified ·
1 Parent(s): f2aea60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV HF_HOME=/app/.cache
9
  COPY ./requirements.txt /app
10
  RUN pip install -r requirements.txt
11
 
12
- COPY ./checkpoint-600 /checkpoint-600
13
  COPY ./app.py /app
14
 
15
  EXPOSE 7860
 
9
  COPY ./requirements.txt /app
10
  RUN pip install -r requirements.txt
11
 
12
+ COPY ./checkpoint-600/ /checkpoint-600/
13
  COPY ./app.py /app
14
 
15
  EXPOSE 7860