matthoffner commited on
Commit
c6638aa
·
verified ·
1 Parent(s): e524e3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -70,5 +70,7 @@ ENV HOST=0.0.0.0 \
70
  # Expose the server port
71
  EXPOSE ${PORT}
72
 
 
 
73
  # Run the server start script
74
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
70
  # Expose the server port
71
  EXPOSE ${PORT}
72
 
73
+ RUN ls -la $HOME/model
74
+
75
  # Run the server start script
76
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]