yashsecdev commited on
Commit
1748b43
·
1 Parent(s): b7eafbb

added request in requirements.txt

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -0
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY web_client/ ./
9
  RUN npm run build
10
 
11
  # Stage 2: Python Backend & Runtime
12
- from python:3.11-slim
13
 
14
  # Install system dependencies for compiling llama.cpp and upif extensions
15
  RUN apt-get update && apt-get install -y \
 
9
  RUN npm run build
10
 
11
  # Stage 2: Python Backend & Runtime
12
+ FROM python:3.11-slim
13
 
14
  # Install system dependencies for compiling llama.cpp and upif extensions
15
  RUN apt-get update && apt-get install -y \
requirements.txt CHANGED
@@ -6,3 +6,4 @@ cython
6
  numpy
7
  setuptools
8
  huggingface-hub
 
 
6
  numpy
7
  setuptools
8
  huggingface-hub
9
+ requests