关于“Google Cloud Fundamentals: Getting Started with App Engine”的评价
评论
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. · 评论over 2 years之前
atsushi k. · 评论over 2 years之前
Tomasz F. · 评论over 2 years之前
Martin A. · 评论over 2 years之前
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · 评论over 2 years之前
scripts not working
Julie M. · 评论over 2 years之前
Anu S. · 评论over 2 years之前
An error occurred when I tried to build a Docker image. I fixed the version of Flask in requirement.txt and everything went fine.
佑介 安. · 评论over 2 years之前
H M. · 评论over 2 years之前
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · 评论over 2 years之前
Abhishek S. · 评论over 2 years之前
Karen Christianne R. · 评论over 2 years之前
OK
丈夫 原. · 评论over 2 years之前
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · 评论over 2 years之前
Aravindhan M. · 评论over 2 years之前
Srinath R. · 评论over 2 years之前
誠之 廣. · 评论over 2 years之前
Ramya Lakshmi A. · 评论over 2 years之前
Angela C. · 评论over 2 years之前
Need to update the Dockerfile entry. The version of Python was incorrect.
Vadym T. · 评论over 2 years之前
Shuo L. · 评论over 2 years之前
誠之 廣. · 评论over 2 years之前
The application would not build at first due to Flask 3.0 not being available. Downgraded it to required the highest available and it worked.
Joshua M. · 评论over 2 years之前
Pedro P. · 评论over 2 years之前
Ganesh S. · 评论over 2 years之前
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。