deepak191z commited on
Commit
ccad656
·
verified ·
1 Parent(s): 54ac845

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +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
 
13
  EXPOSE 7860
 
7
 
8
  COPY requirements.txt /app/
9
  RUN pip install --no-cache-dir -r requirements.txt
10
+ RUN pip install -U g4f[all]
11
  COPY . /app
12
 
13
  EXPOSE 7860