deepak191z commited on
Commit
343199b
·
verified ·
1 Parent(s): 99fff37

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ ENV PATH="/app/venv/bin:$PATH"
7
 
8
  COPY requirements.txt /app/
9
  RUN pip install --no-cache-dir -r requirements.txt
 
10
 
11
  COPY . /app
12
 
 
7
 
8
  COPY requirements.txt /app/
9
  RUN pip install --no-cache-dir -r requirements.txt
10
+ RUN pip install -U g4f[all]
11
 
12
  COPY . /app
13