Spaces:
Runtime error
Runtime error
phongtran
commited on
Commit
·
dd5a780
1
Parent(s):
74a6152
first
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -26,10 +26,6 @@ ENV HOME=/home/user \
|
|
26 |
PATH=/home/user/.local/bin:$PATH \
|
27 |
PYTHONPATH=$HOME/app \
|
28 |
PYTHONUNBUFFERED=1 \
|
29 |
-
GRADIO_ALLOW_FLAGGING=never \
|
30 |
-
GRADIO_NUM_PORTS=1 \
|
31 |
-
GRADIO_SERVER_NAME=0.0.0.0 \
|
32 |
-
GRADIO_THEME=huggingface \
|
33 |
SYSTEM=spaces
|
34 |
|
35 |
RUN pip3 install --no-cache-dir --upgrade -r /code/pre-requirements.txt
|
|
|
26 |
PATH=/home/user/.local/bin:$PATH \
|
27 |
PYTHONPATH=$HOME/app \
|
28 |
PYTHONUNBUFFERED=1 \
|
|
|
|
|
|
|
|
|
29 |
SYSTEM=spaces
|
30 |
|
31 |
RUN pip3 install --no-cache-dir --upgrade -r /code/pre-requirements.txt
|