Spaces:
Configuration error

yonkasoft commited on
Commit
ab1bdf0
·
verified ·
1 Parent(s): 0977ffe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
4
  FROM python:3.9
5
 
6
  # Ortam değişkenlerini ayarlama
7
- ENV YOUR_SECRET_KEY_NAME=your_secret_key_value
8
  # The two following lines are requirements for the Dev Mode to be functional
9
  # Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
10
  RUN useradd -m -u 1000 user
 
4
  FROM python:3.9
5
 
6
  # Ortam değişkenlerini ayarlama
7
+ ENV YOUR_SECRET_KEY_NAME=huggingface_key
8
  # The two following lines are requirements for the Dev Mode to be functional
9
  # Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
10
  RUN useradd -m -u 1000 user