Elie Brosset commited on
Commit
96f1db8
·
1 Parent(s): d2634c8

First commit

Browse files
Files changed (3) hide show
  1. .gitignore +1 -1
  2. Dockerfile +1 -1
  3. requirements.txt +1 -1
.gitignore CHANGED
@@ -1,3 +1,3 @@
1
  venv/
2
  .vscode/
3
- __pycache__/
 
1
  venv/
2
  .vscode/
3
+ __pycache__/
Dockerfile CHANGED
@@ -4,4 +4,4 @@ COPY . /app
4
  WORKDIR /app
5
  RUN pip install --upgrade pip && pip install -r requirements.txt
6
  EXPOSE 7860
7
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:server"]
 
4
  WORKDIR /app
5
  RUN pip install --upgrade pip && pip install -r requirements.txt
6
  EXPOSE 7860
7
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:server"]
requirements.txt CHANGED
@@ -3,4 +3,4 @@ dash-ag-grid>=2.2.0
3
  dash-iconify>=0.1.2
4
  dash-mantine-components>=0.12.1
5
  dash>=2.11.1
6
- gunicorn>=21.2.0
 
3
  dash-iconify>=0.1.2
4
  dash-mantine-components>=0.12.1
5
  dash>=2.11.1
6
+ gunicorn>=21.2.0