This is a fork to make releases of gpt4free ARM64 docker images available
Tested on Ubuntu. Requirements
- docker
- qemu-user-static
Written by @xtekky & maintained by @hlohaus
To get started:
Install qemu-user-static
apt install -y qemu-user-static
Download the ARM64 image
docker pull ghcr.io/rhee876527/gpt4free-arm:latest
or
docker pull ghcr.io/rhee876527/gpt4free-arm:0.2.0.3
Sample compose to get started:
gpt4free:
container_name: gpt4free
image: ghcr.io/rhee876527/gpt4free-arm:latest
volumes:
- ./:/app
shm_size: 2gb
cap_drop:
- ALL
restart: unless-stopped
security_opt:
- no-new-privileges
environment:
- LOGGING=True #True or False
# - CHAT_PROXY=http://127.0.0.1:10082 # your http proxy url
ports:
- '1337:1337'
- 'whatever*port*you*want:8080'
- '7900:7900'
By using this repository or any code related to it, you agree to the legal notice. The author is not responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.