Abhaykoul commited on
Commit
37ab154
·
verified ·
1 Parent(s): 1bec907

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM python:3.10 # Use Python 3.10 instead of 3.9
 
2
 
3
  RUN useradd -m -u 1000 user
4
 
 
1
+ # Use Python 3.10 instead of 3.9
2
+ FROM python:3.10
3
 
4
  RUN useradd -m -u 1000 user
5