Created
November 26, 2021 16:28
-
-
Save mrtj/881726a9c9ab20cdcfb6f9c980d1ad4d to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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