Created
March 8, 2023 20:13
-
-
Save Mishco/1ca371dd1966b0c7321ed36b6ff16644 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:latest | |
RUN pip install --upgrade pip | |
ADD requirements.txt . | |
RUN pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment