Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created March 8, 2023 20:13
Show Gist options
  • Save Mishco/1ca371dd1966b0c7321ed36b6ff16644 to your computer and use it in GitHub Desktop.
Save Mishco/1ca371dd1966b0c7321ed36b6ff16644 to your computer and use it in GitHub Desktop.
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