jeremyLE-Ekimetrics commited on
Commit
c2f5e02
·
1 Parent(s): 2cec6bd

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -15
Dockerfile DELETED
@@ -1,15 +0,0 @@
1
- FROM python:3.9
2
- COPY requirements.txt /app/requirements.txt
3
- WORKDIR /app
4
- RUN pip install seaborn
5
- RUN pip install gradio
6
- RUN pip install datetime
7
- RUN pip install numpy
8
- RUN pip install opencv-python
9
- RUN apt-get update
10
- RUN apt-get install ffmpeg libsm6 libxext6 -y
11
- RUN pip install -r requirements.txt
12
- COPY . /app
13
- # EXPOSE 7860
14
- CMD python app.py
15
- # hello world