Danialebrat commited on
Commit
a371525
·
1 Parent(s): 57e41e7

Modifying Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # --------------------------------------------------------------
3
  # Base image
4
- FROM python:3.9-slim
5
 
6
  # --------------------------------------------------------------
7
  # 1. create – and switch to – the un-privileged UID 1000 account
 
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # --------------------------------------------------------------
3
  # Base image
4
+ FROM python:3.9
5
 
6
  # --------------------------------------------------------------
7
  # 1. create – and switch to – the un-privileged UID 1000 account