You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application needs to be containerized for later deployment. Create a Dockerfile that uses a base Python 3.10 image, installs the dependencies from requirements.txt and is able to start the web application using uvicorn.
Added bonus: add a GitHub Action that verifies that changes to the Dockerfile won't break in pull requests.
The text was updated successfully, but these errors were encountered:
This application needs to be containerized for later deployment. Create a
Dockerfile
that uses a base Python 3.10 image, installs the dependencies fromrequirements.txt
and is able to start the web application usinguvicorn
.Added bonus: add a GitHub Action that verifies that changes to the
Dockerfile
won't break in pull requests.The text was updated successfully, but these errors were encountered: