rgres commited on
Commit
9891bfb
·
1 Parent(s): 143eb0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 HOME=/home/user \
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 . .