adds python dependencies
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
FROM node:18-bullseye-slim
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git
|
||||
apt-get install -y git python3 python3-pip libzmq3-dev
|
||||
RUN git clone https://gitgud.io/khanon/oai-reverse-proxy.git /app
|
||||
WORKDIR /app
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
RUN npm install
|
||||
COPY Dockerfile greeting.md* .env* ./
|
||||
RUN npm run build
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
pyzmq=25.1.0
|
||||
anthropic=0.2.9
|
||||
Reference in New Issue
Block a user