snsynth commited on
Commit
1760b31
·
1 Parent(s): f9995c9

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # Copy app code
10
  COPY app.py .
 
11
 
12
  # Expose port used by uvicorn
13
  EXPOSE 7860
 
8
 
9
  # Copy app code
10
  COPY app.py .
11
+ COPY models ./models
12
 
13
  # Expose port used by uvicorn
14
  EXPOSE 7860