amaye15 commited on
Commit
dd00186
·
1 Parent(s): ed41019
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official Python runtime as a parent image
2
- FROM python:3.12-slim # Or 3.10/3.11 if preferred
3
 
4
  WORKDIR /code
5
 
 
1
  # Use an official Python runtime as a parent image
2
+ FROM python:3.12-slim
3
 
4
  WORKDIR /code
5