Sadiksmart0 commited on
Commit
fbf85a4
·
verified ·
1 Parent(s): 5e64c0a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ COPY --chown=user . .
19
  # Make the script executable
20
  RUN chmod +x start.sh
21
 
 
 
22
  # Expose the port
23
  EXPOSE 7860
24
 
 
19
  # Make the script executable
20
  RUN chmod +x start.sh
21
 
22
+ RUN pip install uvicorn
23
+
24
  # Expose the port
25
  EXPOSE 7860
26