Skip to content

Commit

Permalink
rebase main
Browse files Browse the repository at this point in the history
  • Loading branch information
gireg.roussel committed Jan 14, 2025
1 parent c0b4773 commit 7cc9df0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 163 deletions.
8 changes: 1 addition & 7 deletions edge_streamlit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ RUN apt-get update && apt-get install -y \
build-essential \
curl \
software-properties-common \
# ffmpeg \
# libsm6 \
# libxext6 \
# fswebcam \
# libpq-dev \
# libnuma-dev \
git \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -32,4 +26,4 @@ EXPOSE 8501

HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health

ENTRYPOINT ["streamlit", "run", "app-basic.py"]
ENTRYPOINT ["streamlit", "run", "app.py"]
108 changes: 0 additions & 108 deletions edge_streamlit/app-basic.py

This file was deleted.

5 changes: 1 addition & 4 deletions edge_streamlit/app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from utils import display_camera_checkboxes, list_cameras
import streamlit as st
import requests
import json
import os
import time
Expand Down Expand Up @@ -110,4 +107,4 @@ def main():


if __name__ == "__main__":
main()
main()
44 changes: 0 additions & 44 deletions edge_streamlit/utils.py

This file was deleted.

0 comments on commit 7cc9df0

Please sign in to comment.