Skip to content

Instantly share code, notes, and snippets.

@mrtj
Created November 26, 2021 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrtj/881726a9c9ab20cdcfb6f9c980d1ad4d to your computer and use it in GitHub Desktop.
Save mrtj/881726a9c9ab20cdcfb6f9c980d1ad4d to your computer and use it in GitHub Desktop.
FROM public.ecr.aws/panorama/panorama-application
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir opencv-python numpy
COPY src /panorama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment