nonamelife commited on
Commit
6b9715a
·
verified ·
1 Parent(s): cb2502d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker# you will also find guides on how best to write your Dockerfile
2
- FROM python:3.9 # Keep this as your Python version
3
 
4
  # Create a user with UID 1000 and set as default user
5
  RUN useradd -m -u 1000 user
 
1
+ FROM python:3.9
 
2
 
3
  # Create a user with UID 1000 and set as default user
4
  RUN useradd -m -u 1000 user