Google Cloud Fundamentals: Primeiros passos no App Engine avaliações
194190 avaliações
for the docker code snippet, python version should 3.8 instead of 3.7 or you get compatibility issues when running the docker build
David E. · Revisado há about 1 year
Swapnil J. · Revisado há about 1 year
Tanukula N. · Revisado há about 1 year
Allyne V. · Revisado há about 1 year
Sadhna .. · Revisado há about 1 year
Lei A. · Revisado há about 1 year
Lakshmana K. · Revisado há about 1 year
Able to troubleshoot the issue with the version of the application inside requirements.txt
Raymond M. · Revisado há about 1 year
scripts not working in step 2: Edit the Dockerfile [hint: nano Dockerfile] to contain the following content. FROM python:3.7 WORKDIR /app COPY . . RUN pip install gunicorn RUN pip install -r requirements.txt ENV PORT=8080 CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app I had to change from python to FROM python:3.8 I also manually installed Flank3.0 and upgraded pip. Between all those actions - I managed to resolve my issue. Ultimately the 20 minutes isn't enough time if you need to troubleshoot.
Julie M. · Revisado há about 1 year
atsushi k. · Revisado há about 1 year
Tomasz F. · Revisado há about 1 year
Martin A. · Revisado há about 1 year
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · Revisado há about 1 year
scripts not working
Julie M. · Revisado há about 1 year
Anu S. · Revisado há about 1 year
An error occurred when I tried to build a Docker image. I fixed the version of Flask in requirement.txt and everything went fine.
佑介 安. · Revisado há about 1 year
H M. · Revisado há about 1 year
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · Revisado há about 1 year
Abhishek S. · Revisado há about 1 year
Karen Christianne R. · Revisado há about 1 year
OK
丈夫 原. · Revisado há about 1 year
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · Revisado há about 1 year
Aravindhan M. · Revisado há about 1 year
Srinath R. · Revisado há about 1 year
誠之 廣. · Revisado há about 1 year
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.