Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Track gpt4free repository and publish arm64 docker image

License

Notifications You must be signed in to change notification settings

rhee876527/gpt4free-docker-arm64

 
 

Repository files navigation

This is a fork to make releases of gpt4free ARM64 docker images available

Tested on Ubuntu. Requirements

  1. docker
  2. qemu-user-static

248433934-7886223b-c1d1-4260-82aa-da5741f303bb 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.

About

Track gpt4free repository and publish arm64 docker image

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 89.0%
  • JavaScript 5.7%
  • CSS 3.3%
  • HTML 1.6%
  • Dockerfile 0.4%