ahmetalper commited on
Commit
085fc92
·
verified ·
1 Parent(s): 19ef158

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -9,6 +9,12 @@ USER user
9
 
10
  WORKDIR $HOME/app
11
 
 
 
 
 
 
 
12
  RUN --mount=type=secret,id=URL,mode=0444,required=true \
13
 
14
  git clone $(cat /run/secrets/URL) .
 
9
 
10
  WORKDIR $HOME/app
11
 
12
+ RUN pip install --no-cache-dir google-generativeai
13
+ RUN pip install --no-cache-dir beautifulsoup4
14
+ RUN pip install --no-cache-dir requests
15
+ RUN pip install --no-cache-dir fastapi
16
+ RUN pip install --no-cache-dir uvicorn
17
+
18
  RUN --mount=type=secret,id=URL,mode=0444,required=true \
19
 
20
  git clone $(cat /run/secrets/URL) .