ju2ez commited on
Commit
7de5559
·
1 Parent(s): d588b2e
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,11 +1,10 @@
1
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
- FROM python:3.10-slim
5
 
6
  USER root
7
 
8
-
9
  # Set the working directory to the user's home directory
10
  WORKDIR $HOME/app
11
 
 
1
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
+ FROM python:3
5
 
6
  USER root
7
 
 
8
  # Set the working directory to the user's home directory
9
  WORKDIR $HOME/app
10