리뷰 Google Cloud 기초: App Engine 시작하기개
리뷰 194190개
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. · 대략 1년 전에 리뷰됨
Swapnil J. · 대략 1년 전에 리뷰됨
Tanukula N. · 대략 1년 전에 리뷰됨
Allyne V. · 대략 1년 전에 리뷰됨
Sadhna .. · 대략 1년 전에 리뷰됨
Lei A. · 대략 1년 전에 리뷰됨
Lakshmana K. · 대략 1년 전에 리뷰됨
Able to troubleshoot the issue with the version of the application inside requirements.txt
Raymond M. · 대략 1년 전에 리뷰됨
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. · 대략 1년 전에 리뷰됨
atsushi k. · 대략 1년 전에 리뷰됨
Tomasz F. · 대략 1년 전에 리뷰됨
Martin A. · 대략 1년 전에 리뷰됨
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · 대략 1년 전에 리뷰됨
scripts not working
Julie M. · 대략 1년 전에 리뷰됨
Anu S. · 대략 1년 전에 리뷰됨
An error occurred when I tried to build a Docker image. I fixed the version of Flask in requirement.txt and everything went fine.
佑介 安. · 대략 1년 전에 리뷰됨
H M. · 대략 1년 전에 리뷰됨
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · 대략 1년 전에 리뷰됨
Abhishek S. · 대략 1년 전에 리뷰됨
Karen Christianne R. · 대략 1년 전에 리뷰됨
OK
丈夫 原. · 대략 1년 전에 리뷰됨
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · 대략 1년 전에 리뷰됨
Aravindhan M. · 대략 1년 전에 리뷰됨
Srinath R. · 대략 1년 전에 리뷰됨
誠之 廣. · 대략 1년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.