GilbertKrantz commited on
Commit
9bed9da
·
1 Parent(s): e91a045

[FIX] in to 3.12.9

Browse files
Files changed (1) hide show
  1. DockerFile +2 -2
DockerFile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.12-slim
2
 
3
  WORKDIR /app
4
 
@@ -25,4 +25,4 @@ RUN chmod +x gradio_inference.py
25
  EXPOSE 7860
26
 
27
  # Set the entrypoint command
28
- CMD ["python", "gradio_inference.py"]
 
1
+ FROM python:3.12.9-slim
2
 
3
  WORKDIR /app
4
 
 
25
  EXPOSE 7860
26
 
27
  # Set the entrypoint command
28
+ CMD ["python", "gradio_inference.py"]