mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-08-23 09:07:15 +02:00
Add skeleton API to proxy requests to LLM provider.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM python:3.10
|
||||
|
||||
COPY ./requirements.txt /srv/proxy/requirements.txt
|
||||
WORKDIR /srv/proxy
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . /srv/proxy
|
||||
|
||||
ENTRYPOINT ./run.sh
|
||||
Reference in New Issue
Block a user