zhzabcd commited on
Commit
a2745ad
·
verified ·
1 Parent(s): 56b8971

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Use Python 3.9 as the base image
2
  FROM python:3.9
3
-
4
  # Set environment variables
5
  ENV DEBIAN_FRONTEND=noninteractive
6
 
 
1
  # Use Python 3.9 as the base image
2
  FROM python:3.9
3
+ USER root
4
  # Set environment variables
5
  ENV DEBIAN_FRONTEND=noninteractive
6