ykl45 commited on
Commit
4c6b7e5
·
verified ·
1 Parent(s): b93adb0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,9 +6,9 @@ RUN git clone https://github.com/renqabs/ta2a.git /app
6
 
7
  WORKDIR /app
8
 
9
- RUN sed -i 's/\/v1\/chat\/completions/\/hf\/v1\/chat\/completions/g' src/app.py
10
 
11
- RUN sed -i 's/\/v1\/models/\/hf\/v1\/models/g' src/app.py
12
 
13
  RUN pip install --no-cache-dir annotated-types==0.7.0 \
14
  anyio==4.9.0 \
 
6
 
7
  WORKDIR /app
8
 
9
+ # RUN sed -i 's/\/v1\/chat\/completions/\/hf\/v1\/chat\/completions/g' src/app.py
10
 
11
+ # RUN sed -i 's/\/v1\/models/\/hf\/v1\/models/g' src/app.py
12
 
13
  RUN pip install --no-cache-dir annotated-types==0.7.0 \
14
  anyio==4.9.0 \