sravan commited on
Commit
f8c6768
·
1 Parent(s): fd2c2a3

mod requirements.txt

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.12
2
  # Create a new user named 'user' with user ID 1000 and create their home directory
3
  RUN useradd -m -u 1000 user
4
  # Switch to the newly created user
 
1
+ FROM python:3.10.11
2
  # Create a new user named 'user' with user ID 1000 and create their home directory
3
  RUN useradd -m -u 1000 user
4
  # Switch to the newly created user