Skip to content

Instantly share code, notes, and snippets.

@nsakki55
Created May 4, 2022 01:39
Show Gist options
  • Save nsakki55/bfe27b163f0122e3db962db4e4b1f5a9 to your computer and use it in GitHub Desktop.
Save nsakki55/bfe27b163f0122e3db962db4e4b1f5a9 to your computer and use it in GitHub Desktop.
FROM python:3.8-slim-buster
RUN pip3 install pandas numpy
ENV PYTHONUNBUFFERED=TRUE
ENTRYPOINT ["python3"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment