Update Dockerfile
Browse files- 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 \
|