Vinbor commited on
Commit
6074cd7
·
verified ·
1 Parent(s): 271960a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,2 +1,3 @@
1
  FROM hulu365/popai2api:latest
 
2
  EXPOSE 3000
 
1
  FROM hulu365/popai2api:latest
2
+ RUN sed -i 's|/v1/chat/completions|/hf/v1/chat/completions|g' /app/routes.py
3
  EXPOSE 3000