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