Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,4 +34,4 @@ RUN pip install --break-system-packages --no-cache-dir --upgrade -r requirements
|
|
34 |
ENV G4F_API_KEY $G4F_API_KEY
|
35 |
ENV G4F_IGNORED_PROVIDERS $G4F_IGNORED_PROVIDERS
|
36 |
|
37 |
-
CMD python -m g4f --port 7860 --debug --ignored-providers $G4F_IGNORED_PROVIDERS
|
|
|
34 |
ENV G4F_API_KEY $G4F_API_KEY
|
35 |
ENV G4F_IGNORED_PROVIDERS $G4F_IGNORED_PROVIDERS
|
36 |
|
37 |
+
CMD python -m g4f --port 7860 --debug --ignored-providers $G4F_IGNORED_PROVIDERS
|