adds python dependencies

This commit is contained in:
nai-degen
2023-06-01 16:36:49 -05:00
parent 6422a526a8
commit ac8e18a326
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
pyzmq=25.1.0
anthropic=0.2.9