jampuramprem commited on
Commit
90ab8bf
·
1 Parent(s): ef0590c

Updated to a better version of python than bullseye

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
- FROM python:3.11.9-slim-bullseye
2
 
 
 
3
  WORKDIR /app
4
 
5
  COPY requirements.txt .
 
1
+ FROM python:3.11-slim-bookworm
2
 
3
+ ENV PYTHONDONTWRITEBYTECODE=1
4
+ ENV PYTHONUNBUFFERED=1
5
  WORKDIR /app
6
 
7
  COPY requirements.txt .