Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|