vkt1414 commited on
Commit
d2d78bd
·
verified ·
1 Parent(s): c439922

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  # Use an official Python runtime as a parent image
2
- FROM ubuntu
3
 
4
  # Set up a new user named "user" with user ID 1000
5
- RUN useradd -m -u 1001 user
6
 
7
  # Switch to the "user" user
8
  USER user
 
1
  # Use an official Python runtime as a parent image
2
+ FROM python:3.11
3
 
4
  # Set up a new user named "user" with user ID 1000
5
+ RUN useradd -m -u 1000 user
6
 
7
  # Switch to the "user" user
8
  USER user