Issues Encountered During Docker Installation #1321
Unanswered
superstear
asked this question in
Q&A
Replies: 1 comment
-
Try run the image from the hub: docker run -p 8080:80 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When executing docker-compose build, an error occurs during the step [2/9] RUN apt-get -qqy update && apt-get -qqy install python3 python-is-python3 pip with the message: "ERROR [2/9] RUN apt-get -qqy update && apt-get -qqy install python3 python-is-python3 pip".
Beta Was this translation helpful? Give feedback.
All reactions