Keshabwi66 commited on
Commit
cef8256
·
1 Parent(s): 4184ffc

Bug fixed

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use a slim version of Python to reduce base image size
2
- FROM python:3.13-slim
3
 
4
  # Set environment variables
5
  ENV PYTHONDONTWRITEBYTECODE=1
 
1
  # Use a slim version of Python to reduce base image size
2
+ FROM python:3.13
3
 
4
  # Set environment variables
5
  ENV PYTHONDONTWRITEBYTECODE=1