dragonxd1 commited on
Commit
f17e7be
·
verified ·
1 Parent(s): 03b4754

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -53,8 +53,9 @@ ENV PIP_ROOT_USER_ACTION=ignore
53
  RUN pip install --upgrade pip
54
  RUN pip install --no-cache-dir uvicorn fastapi httpx
55
 
56
- # Copy startup script
57
  COPY startup-hf-init.sh /app/startup-hf-init.sh
 
58
  RUN chmod +x /app/startup-hf-init.sh
59
 
60
  # Set environment
 
53
  RUN pip install --upgrade pip
54
  RUN pip install --no-cache-dir uvicorn fastapi httpx
55
 
56
+ # Copy startup scripts
57
  COPY startup-hf-init.sh /app/startup-hf-init.sh
58
+ COPY start_hf.py /app/start_hf.py
59
  RUN chmod +x /app/startup-hf-init.sh
60
 
61
  # Set environment