Spaces:
Configuration error
Configuration error
Update Dockerfile
Browse files- 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=
|
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
|