Sign inSign up

hythzx/g4f

By hythzx

Updated 8 months ago

Image
0

10K+

hythzx/g4f repository overview

G4F Daily Build Docker Images

Welcome to the Docker repository for the G4F project's daily builds. This repository contains Docker images that are automatically built every day with the latest code from the G4F project.

Repository Name: hythzx/g4f

This repository on Docker Hub hosts the Docker images for G4F. The images are tagged with the build date and also as latest to indicate the most recent build.

Dcokerfile

FROM python:3.12-slim
RUN pip install --no-cache-dir  -U g4f
RUN pip install --no-cache-dir  -r https://raw.githubusercontent.com/xtekky/gpt4free/main/requirements.txt
EXPOSE 10000
CMD ["python", "-m", "g4f.api.run"]

Using the Docker Images

To pull the latest daily build of the G4F Docker image, use the following command:

docker pull hythzx/g4f:latest

If you need a specific date's build, you can pull it by specifying the tag. For example, to pull the build from April 11, 2024:

docker pull hythzx/g4f:20240411

port: 10000

How It Works

Every day, a new Docker image is built using the latest code from the G4F project. This is done automatically using a script that fetches the latest updates from the GitHub repository, builds the Docker image, and pushes it to this Docker Hub repository.

The images are tagged with the date of the build in the format YYYYMMDD for easy reference and as latest for the most recent build.

Contributions and Feedback

Contributions to the G4F project are welcome! If you have improvements or bug fixes, please feel free to make a pull request on the GitHub repository.

For feedback and issues concerning the Docker images, please use the Issues section on the Docker Hub repository or the GitHub repository.

Thank you for using or contributing to the G4F project!

Tag summary

Content type

Image

Digest

sha256:cdd2830eb

Size

92.7 MB

Last updated

8 months ago

docker pull hythzx/g4f