meriemm6 commited on
Commit
981ed02
·
verified ·
1 Parent(s): 5d9e1e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ demo = gr.Interface(
34
  ["Fixed an issue with the base image version in Dockerfile"],
35
  ["Added a new multistage build to optimize Docker image size"],
36
  ["Updated the Python version in Dockerfile to 3.10"],
37
- ["Refactored Dockerfile to reduce build time"],
38
  ["Added COPY instruction for configuration files"],
39
  ],
40
  theme="compact", # Optional: A compact Gradio theme
 
34
  ["Fixed an issue with the base image version in Dockerfile"],
35
  ["Added a new multistage build to optimize Docker image size"],
36
  ["Updated the Python version in Dockerfile to 3.10"],
37
+ ["Sort Dockerfile"],
38
  ["Added COPY instruction for configuration files"],
39
  ],
40
  theme="compact", # Optional: A compact Gradio theme