Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -4,9 +4,7 @@ WORKDIR /app
|
|
4 |
COPY ./requirements.txt /app/requirements.txt
|
5 |
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
6 |
|
7 |
-
ENV
|
8 |
-
PATH=/home/user/.local/bin:$PATH \
|
9 |
-
PORT=7860 \
|
10 |
URL_GRADIO=https://rgres-drawing2map-api.hf.space/
|
11 |
|
12 |
COPY . .
|
|
|
4 |
COPY ./requirements.txt /app/requirements.txt
|
5 |
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
6 |
|
7 |
+
ENV PORT=7860 \
|
|
|
|
|
8 |
URL_GRADIO=https://rgres-drawing2map-api.hf.space/
|
9 |
|
10 |
COPY . .
|