From efaf959d0ce00606757319f124c8cbac724ab933 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:25:08 +0100 Subject: Update bulding and publishing docker image for arm64 Fix async_generator can't be used in 'await' expression on Windows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index debd5940..5c176ba7 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Is your site on this repository and you want to take it down? Send an email to t ### 🐳 Using Docker 1. **Install Docker:** [Download and install Docker](https://docs.docker.com/get-docker/). -2. **Set Up Directories:** Before running the container, make sure the necessary data directories exist or can be created. For example, you can create and set ownership on these directories by running: +2. **Set Up Directories:** Before running the container, make sure the necessary data directories exist or can be created. For example, you can create and set ownership on these directories by running: (Only x64) ```bash mkdir -p ${PWD}/har_and_cookies ${PWD}/generated_images sudo chown -R 1200:1201 ${PWD}/har_and_cookies ${PWD}/generated_images @@ -113,7 +113,7 @@ Is your site on this repository and you want to take it down? Send an email to t hlohaus789/g4f:latest ``` -4. **Running the Slim Docker Image:** And use the following commands to run the Slim Docker image. This command also updates the `g4f` package at startup and installs any additional dependencies: +4. **Running the Slim Docker Image:** And use the following commands to run the Slim Docker image. This command also updates the `g4f` package at startup and installs any additional dependencies: (x64 and arm64) ```bash mkdir -p ${PWD}/har_and_cookies ${PWD}/generated_images chown -R 1000:1000 ${PWD}/har_and_cookies ${PWD}/generated_images -- cgit v1.2.3