AurelioAguirre commited on
Commit
9e730be
·
1 Parent(s): d064c7a

Switched to Python 3.10

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use Python 3.12 slim image as base
2
- FROM python:3.12-slim
3
 
4
  # First: System-level operations that require root
5
  RUN apt-get update && apt-get install -y \
 
1
+ # Use Python 3.10 slim image as base
2
+ FROM python:3.10-slim
3
 
4
  # First: System-level operations that require root
5
  RUN apt-get update && apt-get install -y \