mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 10:40:43 -08:00
Fix Slim Docker instructions
This commit is contained in:
parent
b220056af7
commit
0562866cf5
1 changed files with 1 additions and 3 deletions
|
|
@ -119,9 +119,7 @@ docker run \
|
|||
-v ${PWD}/har_and_cookies:/app/har_and_cookies \
|
||||
-v ${PWD}/generated_images:/app/generated_images \
|
||||
hlohaus789/g4f:latest-slim \
|
||||
rm -r -f /app/g4f/ \
|
||||
&& pip install -U g4f[slim] \
|
||||
&& python -m g4f --debug
|
||||
/bin/sh -c 'rm -rf /app/g4f && pip install -U g4f[slim] && python -m g4f --debug'
|
||||
```
|
||||
|
||||
5. **Access the Client Interface:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue