James McCool commited on
Commit
a5375cb
·
1 Parent(s): 24c7e4d

Update Dockerfile to ensure a compatible Python version is specified

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  FROM python:3.13.5-slim
2
 
3
  WORKDIR /app
 
1
+ #making sure to have a good python version
2
  FROM python:3.13.5-slim
3
 
4
  WORKDIR /app