Ruben commited on
Commit
504dde3
·
2 Parent(s): 70be7c7 cf6c0a2
Files changed (1) hide show
  1. Dockerfile +2 -5
Dockerfile CHANGED
@@ -19,11 +19,8 @@ ENV HOME=/home/user \
19
  # Set the working directory to the user's home directory
20
  WORKDIR $HOME/app
21
 
22
- ENV HOME=/home/user \
23
- PATH=/home/user/.local/bin:$PATH \
24
- D2M_PORT=7860 \
25
- GRADIO_PORT=8111 \
26
- URL_GRADIO=https://localhost:8111/
27
 
28
  COPY . .
29
 
 
19
  # Set the working directory to the user's home directory
20
  WORKDIR $HOME/app
21
 
22
+ ENV PORT=7860 \
23
+ URL_GRADIO=https://rgres-drawing2map-api.hf.space/
 
 
 
24
 
25
  COPY . .
26